mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-05-28 06:13:15 +00:00
Markdown Syntax highlighting
Vitesse theme Draft tag in posts leg
This commit is contained in:
parent
fcc026d06d
commit
a09d21f28c
11 changed files with 1359 additions and 49 deletions
9
src/styles/_header.scss
Normal file
9
src/styles/_header.scss
Normal file
|
@ -0,0 +1,9 @@
|
|||
.header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16px;
|
||||
|
||||
> h1 {
|
||||
margin-bottom: calc((16px - 4px) * -1);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue