forked from wallabag/wallabag
material: fix left padding of content on medium screens
Fixes #3877 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
@ -18,6 +18,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 993px) {
|
||||||
|
main #content {
|
||||||
|
padding-left: 70px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 992px) {
|
@media only screen and (max-width: 992px) {
|
||||||
header,
|
header,
|
||||||
main,
|
main,
|
||||||
|
|||||||
Reference in New Issue
Block a user