Hide unnused <header>s for now

This commit is contained in:
Peder Bergebakken Sundt 2018-08-12 03:56:18 +02:00
parent fbcae7b67d
commit 52a50017c6
3 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,5 @@
header {
header.landing {
display:block;
margin: 0;
margin-top: 3em;
padding: 3vh 15vw;
@ -7,7 +8,7 @@ header {
color: #fff;
}
header .logo {
header.landing .logo {
display: block;
width: 24vh;
height: 24vh;

View File

@ -45,6 +45,9 @@ h1, h2, h3, h4, h5, h6, nav li, .calendar-events li, .btn, p.login, a#login{
font-variant: normal;
}
header {
display:none;
}
nav, #menu {
padding: 0;

View File

@ -27,7 +27,7 @@ $motd = $motdfetcher->getMOTD();
<?php echo loginbar(null, $pdo); ?>
</nav>
<header>
<header class="landing">
<img class="logo" src="css/logo-white.png"/>
<div class="info">
<h2>Velkommen til Programvare&shy;verkstedet</h2>