Add space between h1 and the content below it

This commit is contained in:
0x1eef 2023-10-30 02:54:20 -03:00
parent b6b0e8bdc8
commit 864253c4b7
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ body .root .content.theme {
font-size: xx-large; font-size: xx-large;
margin: 0; margin: 0;
line-height: 1.5; line-height: 1.5;
min-height: 75px;
a { a {
text-decoration: none; text-decoration: none;
} }

View file

@ -5,7 +5,7 @@
body .root .content.theme { body .root .content.theme {
header { header {
height: 95px; height: 115px;
} }
ul.body.index { ul.body.index {