Deligraph-V3/resources/css/blocks/simple-screen.css
Nonimart 977b10b038
All checks were successful
continuous-integration/drone/push Build is passing
FIX Few responsive tweaks
2025-10-16 10:31:09 +02:00

22 lines
266 B
CSS

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