diff --git a/resources/css/blocks/simple-screen.css b/resources/css/blocks/simple-screen.css index 04fd595..6ede0cf 100644 --- a/resources/css/blocks/simple-screen.css +++ b/resources/css/blocks/simple-screen.css @@ -10,8 +10,12 @@ } } &--large { + @apply p-24; img { @apply w-full max-w-screen-2xl h-auto; } } + &--white { + @apply py-0; + } }