fix header styling when logged in

This commit is contained in:
Jonas Heinrich 2020-04-09 11:33:35 +02:00
parent b6a5c5792d
commit 86a88b4947
2 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,10 @@ header {
background-color: #ffffff;
}
body.logged-in header {
top: 31px;
}
header::after {
content: '';
position: absolute;