fixed css of header logo
This commit is contained in:
parent
f23aaf86bf
commit
d3b0b959e2
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ header h1 a, header h1 a:hover {
|
||||||
header h1 img {
|
header h1 img {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-left: -10px;
|
// I have no idea why we did this, but it breaks the header logo, so I disabled it.
|
||||||
|
// margin-left: -10px;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue