Markdown Syntax highlighting

Vitesse theme
Draft tag in posts
leg
This commit is contained in:
Michał Gdula 2024-05-25 12:39:20 +01:00
parent fcc026d06d
commit a09d21f28c
11 changed files with 1359 additions and 49 deletions

9
src/styles/_header.scss Normal file
View file

@ -0,0 +1,9 @@
.header {
display: flex;
flex-direction: column;
gap: 16px;
> h1 {
margin-bottom: calc((16px - 4px) * -1);
}
}