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;
padding: 0;
.post-title {
font-size: 63px;
font-weight: bold;
font-size: 42px;
font-weight: normal;
}
&>hr {
background-color: #333;