mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Set fixed site header size
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user