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 {
@apply p-8 relative;
@apply px-8 py-4 relative;
z-index: ;
&--alert {
@ -66,7 +66,8 @@
@apply !text-base;
> * {
@apply inline;
/* @apply inline; */
@apply leading-tight;
}
a {
@apply font-bold underline;