material: fix left padding of content on medium screens

Fixes #3877

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf 2019-03-02 23:46:00 +01:00
parent fb7dedf36c
commit 05232afe32

View file

@ -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,