1
Fork 0

Restore navbar height

This commit is contained in:
Jake Howard 2017-07-14 19:32:44 +01:00
parent 3184744026
commit d4bafe86ed
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -73,8 +73,6 @@ blockquote p {
}
#header {
height: 2.5em;
line-height: 2.5em;
nav > ul > li a {
padding: 0 0.8em;
@ -84,11 +82,12 @@ blockquote p {
nav {
a {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@media screen and (max-width: 840px) {
overflow: hidden;
&.link.depth-2 {
display: none !important;
}