Deligraph-V3/resources/css/blocks/simple-screen.css
Antoine M 9401e3f110
All checks were successful
continuous-integration/drone/push Build is passing
little tweak
2025-02-05 17:18:11 +01:00

22 lines
258 B
CSS

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