Skip to content

Commit 8c53378

Browse files
style: Hide laurel laurel images on extra small screens.
1 parent f8a4ca7 commit 8c53378

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/components/animated-hero/client.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function AnimatedHeroClient() {
3434
alt="Laurel left"
3535
width={28}
3636
height={52}
37-
className="w-auto h-8 md:h-12 opacity-80 shrink-0"
37+
className="hidden sm:block w-auto h-8 md:h-12 opacity-80 shrink-0"
3838
/>
3939
<div className="flex items-center gap-2 md:gap-3 mx-2 md:mx-4">
4040
<div className="flex -space-x-3 shrink-0">
@@ -72,7 +72,7 @@ export default function AnimatedHeroClient() {
7272
alt="Laurel right"
7373
width={28}
7474
height={52}
75-
className="w-auto h-8 md:h-12 opacity-80 shrink-0"
75+
className="hidden sm:block w-auto h-8 md:h-12 opacity-80 shrink-0"
7676
/>
7777
</motion.div>
7878

0 commit comments

Comments
 (0)