- fixed rendering bug for browsers other then firefox

This commit is contained in:
2023-07-07 13:25:57 +02:00
parent a7864b3c11
commit b66367c34a
2 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,15 @@ body {
font-size: 0.875rem;
}
.headLogo {
width: 10%;
}
@-moz-document url-prefix() {
.headLogo {
width: 40%;
}
}
/*
* Sidebar
*/