Skip to content

Commit c71d33a

Browse files
committed
Update components.css
1 parent 482627e commit c71d33a

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/v1/styles/components.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,24 +65,17 @@
6565
@apply flex items-center justify-center gap-7;
6666
}
6767

68-
.footer-illustration-container {
69-
@apply relative z-9;
70-
}
71-
72-
.footer-illustration-image {
73-
@apply h-auto w-full -translate-y-3;
74-
}
75-
7668
.footer-illustration-container {
7769
@apply bg-glacier-mist-700 relative;
70+
@apply relative z-9;
7871

7972
&:before {
8073
@apply bg-midnight-fjord absolute inset-0 top-auto bottom-0 left-0 z-0 h-4 w-full content-[''];
8174
}
8275
}
8376

8477
.footer-illustration-image {
85-
@apply relative mr-auto size-auto max-h-43 max-w-none object-cover md:max-h-none md:max-w-full;
78+
@apply relative mr-auto size-auto w-full -translate-y-3 object-cover;
8679
}
8780

8881
.footer-main {

0 commit comments

Comments
 (0)