MusicTopus/sass/500.scss

22 lines
375 B
SCSS

.body-500 {
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-weight: 400;
font-size: larger;
line-height: 200%;
text-align: center;
img {
max-width: 60%;
margin-bottom: 32px;
@include respond-to("small-up") {
max-width: 30%;
}
}
}