spacing adjustements

This commit is contained in:
Antoine M 2024-08-07 16:40:19 +02:00
parent be3aff5bc1
commit 22250aeb26

View File

@ -1,5 +1,5 @@
.notification { .notification {
@apply p-8 relative; @apply px-8 py-4 relative;
z-index: ; z-index: ;
&--alert { &--alert {
@ -66,7 +66,8 @@
@apply !text-base; @apply !text-base;
> * { > * {
@apply inline; /* @apply inline; */
@apply leading-tight;
} }
a { a {
@apply font-bold underline; @apply font-bold underline;