Fix logo size in header on small screens (#760)
Co-authored-by: John O'Nolan <john@ghost.org>
This commit is contained in:
parent
e72f4236be
commit
410ec1a9d5
1 changed files with 0 additions and 6 deletions
|
@ -411,12 +411,6 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
|
||||||
.home-template #gh-head .gh-head-brand {
|
.home-template #gh-head .gh-head-brand {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
#gh-head .gh-head-logo {
|
|
||||||
font-size: 2rem;
|
|
||||||
}
|
|
||||||
#gh-head .gh-head-logo img {
|
|
||||||
max-height: 40px;
|
|
||||||
}
|
|
||||||
#gh-head .gh-head-menu {
|
#gh-head .gh-head-menu {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue