compressed images + margin fix
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 232 KiB After Width: | Height: | Size: 46 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 222 KiB After Width: | Height: | Size: 53 KiB |
+1
-1
@@ -386,7 +386,6 @@ export default function App() {
|
||||
title="ЖК «Айвазовский City»"
|
||||
company="ЭНКО"
|
||||
image="/images/examples/3.jpg"
|
||||
className="xl:mb-[0px] sm:mb-[0px] mb-[0px]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -401,6 +400,7 @@ export default function App() {
|
||||
title="ЖК «Сюжеты»"
|
||||
company="Fortis Development"
|
||||
image="/images/examples/4.jpg"
|
||||
className="xl:mb-[0px] sm:mb-[0px] mb-[0px]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ function MoreProjectButton({ onClick }: MoreProjectButtonProps) {
|
||||
whileInView={{ opacity: 1 }}
|
||||
viewport={{ once: true, margin: "-100px" }}
|
||||
transition={{ duration: 1, ease: [0.58, 0.12, 0.27, 0.98], delay: 0.2 }}
|
||||
className="border border-[#3D425C] px-6 py-4 flex sm:flex-col sm:justify-end items-end gap-2 sm:rounded-none rounded-full"
|
||||
className="border border-[#3D425C] p-4 flex sm:flex-col sm:justify-end items-end gap-2 sm:rounded-none rounded-full"
|
||||
onClick={onClick}
|
||||
>
|
||||
<div className="flex gap-2 items-center justify-between sm:justify-end w-full">
|
||||
|
||||
Reference in New Issue
Block a user