CSS ordering
This commit is contained in:
parent
6a57037293
commit
3184744026
1 changed files with 2 additions and 1 deletions
|
@ -84,9 +84,10 @@ blockquote p {
|
|||
|
||||
nav {
|
||||
a {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
@media screen and (max-width: 840px) {
|
||||
&.link.depth-2 {
|
||||
display: none !important;
|
||||
|
|
Loading…
Reference in a new issue