Fix header image size on small screens.
This commit is contained in:
parent
7fde0096e2
commit
aef1115911
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ header
|
|||
text-align: center;
|
||||
|
||||
a { color: unset; text-decoration: none; }
|
||||
img { height: 2em; pointer-events: none; }
|
||||
img { height: 2em; max-width: 100%; pointer-events: none; }
|
||||
}
|
||||
|
||||
nav
|
||||
|
|
Loading…
Add table
Reference in a new issue