Set fixed site header size

This commit is contained in:
hensm
2019-07-26 05:45:07 +01:00
parent c15e719e0e
commit a275354766
2 changed files with 2 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ body {
grid-area: header;
justify-content: flex-end;
margin-top: 5rem;
height: 105px;
}
.site-header__title {