- fixed rendering bug for browsers other then firefox
This commit is contained in:
@ -2,6 +2,15 @@ body {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
.headLogo {
|
||||
width: 10%;
|
||||
}
|
||||
@-moz-document url-prefix() {
|
||||
.headLogo {
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Sidebar
|
||||
*/
|
||||
|
Reference in New Issue
Block a user