Fixes incoherences on small screens
This commit is contained in:
parent
b6b2bdf4d9
commit
157b8bd0ed
4
css/daux-blue.min.css
vendored
4
css/daux-blue.min.css
vendored
File diff suppressed because one or more lines are too long
4
css/daux-green.min.css
vendored
4
css/daux-green.min.css
vendored
File diff suppressed because one or more lines are too long
4
css/daux-navy.min.css
vendored
4
css/daux-navy.min.css
vendored
File diff suppressed because one or more lines are too long
4
css/daux-red.min.css
vendored
4
css/daux-red.min.css
vendored
File diff suppressed because one or more lines are too long
@ -64,14 +64,6 @@ code {
|
|||||||
color: @light;
|
color: @light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
|
||||||
padding: 6px 10px; .navbar-text {
|
|
||||||
line-height: 16px;
|
|
||||||
margin: 12px 6px;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) and (max-width: 979px) {
|
@media (min-width: 768px) and (max-width: 979px) {
|
||||||
|
@ -211,8 +211,11 @@ html, body {
|
|||||||
|
|
||||||
.content-area, .article-tree {
|
.content-area, .article-tree {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
height: 100%;
|
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
|
||||||
|
@media (min-width: 767px) {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//mobile friendly sub-nav
|
//mobile friendly sub-nav
|
||||||
|
Loading…
Reference in New Issue
Block a user