master
mahdi 3 years ago
parent cf9f2f02b9
commit c236fbabfd
  1. 4
      src/components/bookDesign/BookDesign.js
  2. 2
      src/index.scss

@ -5,12 +5,12 @@ import bookPage from "../../assets/images/Path2.svg";
const BookDesign = () => {
return (
<section>
<section className="my-24 mx-24 flex flex-wrap ">
<section className="my-24 mx-24 flex flex-wrap justify-center">
<div className="flex relative">
<img
src={book}
alt=""
className="rounded-md z-40 transform -translate-x-3 w-72 h-full"
className="rounded-md z-40 transform -translate-x-3 w-full sm:w-72 h-full"
/>
<img src={bookPage} alt="" className="z-30 h-full" />
<div

@ -10,5 +10,5 @@
body {
font-family: iransans-medium;
direction: rtl;
// background-color: tan;
background-color: tan;
}

Loading…
Cancel
Save