Restore navbar height
This commit is contained in:
parent
3184744026
commit
d4bafe86ed
1 changed files with 2 additions and 3 deletions
|
@ -73,8 +73,6 @@ blockquote p {
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
height: 2.5em;
|
|
||||||
line-height: 2.5em;
|
|
||||||
|
|
||||||
nav > ul > li a {
|
nav > ul > li a {
|
||||||
padding: 0 0.8em;
|
padding: 0 0.8em;
|
||||||
|
@ -84,11 +82,12 @@ blockquote p {
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
a {
|
a {
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
@media screen and (max-width: 840px) {
|
@media screen and (max-width: 840px) {
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
&.link.depth-2 {
|
&.link.depth-2 {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue