We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482627e commit c71d33aCopy full SHA for c71d33a
src/v1/styles/components.css
@@ -65,24 +65,17 @@
65
@apply flex items-center justify-center gap-7;
66
}
67
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
76
.footer-illustration-container {
77
@apply bg-glacier-mist-700 relative;
+ @apply relative z-9;
78
79
&:before {
80
@apply bg-midnight-fjord absolute inset-0 top-auto bottom-0 left-0 z-0 h-4 w-full content-[''];
81
82
83
84
.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;
+ @apply relative mr-auto size-auto w-full -translate-y-3 object-cover;
86
87
88
.footer-main {
0 commit comments