shrink logo on mobile

This commit is contained in:
Antoine M 2024-05-13 15:03:28 +02:00
parent 057507ec4a
commit 0263edf093

View File

@ -1,6 +1,12 @@
.application-logo {
@apply text-zuume text-center;
animation-play-state: bg-red-500;
// animation-play-state: bg-red-500;
scale: 0.7;
@screen md {
scale: 1;
}
&__title {
@apply text-9xl mb-2;
}