feat(core): tweak spacing between body header and content

This commit is contained in:
alistair3149 2022-06-21 16:23:31 -04:00
parent 9fe063acb9
commit 8c4166ae8f
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -20,7 +20,7 @@
flex-wrap: wrap;
align-items: flex-start;
padding-top: @content-margin-top;
margin-bottom: @content-margin-top;
margin-bottom: @content-margin-top * 2;
gap: @content-margin-top;
}