15 lines
248 B
SCSS
15 lines
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%;
|
||
|
}
|
||
|
}
|
||
|
}
|