material: fix left padding on non-entry pages introduced by #3893

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf 2019-03-09 00:27:50 +01:00
parent 13d2fe6d2e
commit cf0010cf4a
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
}
@media screen and (min-width: 993px) {
main #content {
body.entry main #content {
padding-left: 70px;
}
}

File diff suppressed because one or more lines are too long