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; grid-area: header;
justify-content: flex-end; justify-content: flex-end;
margin-top: 5rem; margin-top: 5rem;
height: 105px;
} }
.site-header__title { .site-header__title {

View File

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