Website/themes/liftoff/assets/scss/components/_markdown.scss
Martin Gasque 0ba3f3c7c5 Initial commit
Will it deploy one day ?
2024-02-20 08:59:37 +01:00

19 lines
289 B
SCSS

.markdown {
@include font-size('base');
p > img, figure > img {
max-width: 100%;
height: auto;
}
figure {
margin-left: 0;
margin-right: 0;
}
figcaption {
@include font-size('sm');
color: var(--color-contrast-medium);
font-weight: 300;
}
}