dev.luanti.org/assets/_custom.scss
2024-12-22 11:33:45 -05:00

9 lines
160 B
SCSS

.container {
max-width: 90rem;
}
.markdown img {
/* Circumvent SCSS min function, we need the browser's one */
max-width: #{"min(100%, 32rem)"};
}