fix header styling when logged in
This commit is contained in:
parent
b6a5c5792d
commit
86a88b4947
2 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ header {
|
|||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
body.logged-in header {
|
||||
top: 31px;
|
||||
}
|
||||
|
||||
header::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue