Skip to content

Commit c3a28ec

Browse files
committed
fixed blurring nonsense for primary buttons on safari
1 parent bf755dd commit c3a28ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/featured-project.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function FeaturedProject({ project }) {
5959
</div>
6060

6161
{/* featured project description */}
62-
<div className={`xl:w-[50vw] w-full xl:bg-primary xl:bg-opacity-50 bg-secondary backdrop-blur-3xl top-0 flex ${width < 1490 ? "" : "xl:items-center"} md:px-16 px-4 xl:aspect-[864/832] aspect-auto xl:py-0 py-8`}>
62+
<div className={`xl:w-[50vw] w-full xl:bg-primary xl:bg-opacity-50 xl:backdrop-blur-3xl bg-secondary top-0 flex ${width < 1490 ? "" : "xl:items-center"} md:px-16 px-4 xl:aspect-[864/832] aspect-auto xl:py-0 py-8`}>
6363

6464
<div className={`flex-col ${width < 1490 && width > 1024 ? "pt-[136px]" : "pt-0"}`}>
6565

@@ -81,7 +81,7 @@ export default function FeaturedProject({ project }) {
8181
<Tags project={project} />
8282
</div>
8383

84-
<PrimaryButton text={"View"} className='xl:pt-10 pt-6' handleClick={() => router.push(`/projects/${project.kat}`)} />
84+
<PrimaryButton text={"View"} className='xl:pt-10 pt-10' handleClick={() => router.push(`/projects/${project.kat}`)} />
8585
</div>
8686

8787
</div>

0 commit comments

Comments
 (0)