fix: fix post metadata positioning (#315)

This commit is contained in:
Robert Kaussow 2022-02-03 10:58:37 +01:00 committed by GitHub
parent 134a50faf2
commit 30d3c64c41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 39 additions and 28 deletions

View file

@ -7,7 +7,7 @@
&--nested {
:first-child {
margin-top: 0;
margin-top: 0 !important;
}
> pre {
@ -25,8 +25,6 @@
h4,
h5,
h6 {
font-weight: 600;
> code {
border-top: $border-4 solid var(--accent-color);
font-size: 0.75em !important;