few tweaks

This commit is contained in:
Antoine M 2024-06-10 09:36:45 +02:00
parent b796383da4
commit ddf8ffb33d

View File

@ -3,7 +3,7 @@
min-height: 100dvh; min-height: 100dvh;
.application-logo { .application-logo {
@apply mb-0; @apply mb-0 scale-75 md:scale-100;
&__title { &__title {
@apply text-white; @apply text-white;
} }
@ -13,7 +13,7 @@
.truck-animation { .truck-animation {
margin-top: -40px; margin-top: -40px;
svg { svg {
@apply max-h-96; @apply py-3 max-h-60 lg:max-h-80;
} }
} }
.interaction-buttons { .interaction-buttons {