1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-24 10:34:21 -04:00

Update content.scss

Cosmetic
This commit is contained in:
PLanCompS 2020-08-03 19:54:58 +02:00
parent 9fca3861ce
commit eb98fe0eeb

View File

@ -119,8 +119,8 @@
dt { dt {
grid-column: 1; grid-column: 1;
text-align: right;
font-weight: 500; font-weight: 500;
text-align: right;
&::after { &::after {
content: ":"; content: ":";
} }
@ -128,8 +128,8 @@
dd { dd {
grid-column: 2; grid-column: 2;
margin-left: 1em;
margin-bottom: 0; margin-bottom: 0;
margin-left: 1em;
} }
.anchor-heading { .anchor-heading {