fix: fix post metadata positioning (#315)
This commit is contained in:
parent
134a50faf2
commit
30d3c64c41
7 changed files with 39 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue