mirror of
https://github.com/JonasunderscoreJones/blog.jonasjones.dev.git
synced 2025-10-22 21:29:18 +02:00
fixed content being hidden by footer
This commit is contained in:
parent
1b094fa7b5
commit
fe611f9ba7
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ html, body {
|
|||
font-family: 'JetBrains Mono';
|
||||
}
|
||||
|
||||
html {
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Pixelify Sans';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue