mirror of
https://github.com/minetest/dev.luanti.org.git
synced 2025-01-21 20:59:37 +00:00
9 lines
160 B
SCSS
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)"};
|
|
}
|