MusicTopus/sass/500.scss
2025-02-17 15:03:08 +01:00

15 lines
No EOL
248 B
SCSS

.body-500 {
padding: 0;
font-weight: 400;
font-size: larger;
line-height: 200%;
img {
max-width: 60%;
margin-bottom: 32px;
@include respond-to("small-up") {
max-width: 30%;
}
}
}