diff --git a/template-components/notifications/notifications-popup.css b/template-components/notifications/notifications-popup.css index b9e5479..9dbc1f6 100644 --- a/template-components/notifications/notifications-popup.css +++ b/template-components/notifications/notifications-popup.css @@ -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;