shrink logo on mobile
This commit is contained in:
parent
057507ec4a
commit
0263edf093
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user