A few miscellaneous style fixes
- Add some padding to the top of the footnotes block - Add .figure--video to the list of elements that get XL block margins
This commit is contained in:
parent
b7379f6481
commit
f29f409642
3 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ p + p {
|
||||||
|
|
||||||
/* Figures */
|
/* Figures */
|
||||||
|
|
||||||
{{- $elementsWithXLBlockMargins := "blockquote, table, .codeblock, .figure--code, .figure--image, .figure--youtube, .highlight" -}}
|
{{- $elementsWithXLBlockMargins := "blockquote, table, .codeblock, .figure--code, .figure--image, .figure--video, .figure--youtube, .highlight" -}}
|
||||||
|
|
||||||
p + :is({{ $elementsWithXLBlockMargins }}) {
|
p + :is({{ $elementsWithXLBlockMargins }}) {
|
||||||
margin-block-start: var(--space-xl);
|
margin-block-start: var(--space-xl);
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border-top: 2px dashed var(--gray6);
|
border-top: 2px dashed var(--gray6);
|
||||||
margin-block-start: 0;
|
margin-block-start: var(--space-xl);
|
||||||
}
|
}
|
||||||
|
|
||||||
li:not(:last-child) {
|
li:not(:last-child) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue