website/static/src/scss/_blocks.scss

18 lines
263 B
SCSS
Raw Normal View History

2022-06-27 20:40:55 +01:00
div.block-image {
figcaption {
font-size: 85%;
}
}
.content > div:not(:last-child) {
margin-bottom: $content-block-margin-bottom;
}
div.block-embed {
lite-youtube {
max-width: $embed_width;
min-width: $embed_width;
margin: 0 auto;
}
}