1
Fork 0

CSS ordering

This commit is contained in:
Jake Howard 2017-07-12 21:53:13 +01:00
parent 6a57037293
commit 3184744026
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -84,9 +84,10 @@ blockquote p {
nav { nav {
a { a {
white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap;
@media screen and (max-width: 840px) { @media screen and (max-width: 840px) {
&.link.depth-2 { &.link.depth-2 {
display: none !important; display: none !important;