feat: Add margin on blog date

This commit is contained in:
2022-01-19 10:20:49 +01:00
parent a2e38ff0f2
commit 36513bd974
2 changed files with 8 additions and 2 deletions

View File

@ -137,6 +137,12 @@ h3
color: var(--color-highlight)
font-size: 130%
.blogDate
font-style: italic
font-size: 0.9rem
display: block
margin-top: 1.5rem
// Grid
.grid { display: flex; flex-wrap: wrap; }