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