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