Deligraph-V3/resources/css/blocks/simple-screen.css

18 lines
209 B
CSS

.simple-screen {
@apply alignfull my-0;
img {
@apply mx-auto;
}
&--full {
img {
@apply w-full h-auto;
}
}
&--large {
img {
@apply w-full max-w-screen-2xl h-auto;
}
}
}