Decresed h1 font size

This commit is contained in:
sirgoofy 2021-01-28 22:15:24 +01:00
parent f952218ede
commit f695bdecac
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ body {
margin: 0; margin: 0;
padding: 0; padding: 0;
.post-title { .post-title {
font-size: 63px; font-size: 42px;
font-weight: bold; font-weight: normal;
} }
&>hr { &>hr {
background-color: #333; background-color: #333;