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 {

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="photon.css">
<link rel="stylesheet" href="index.css">
<script type="text/javascript" src="index.js" defer></script>
<script src="index.js" defer></script>
</head>
<body>
<div class="container">