Merge pull request #3901 from wallabag/fix-pr-3893

material: fix left padding on non-entry pages introduced by #3893
This commit is contained in:
Kevin Decherf 2019-03-09 12:19:31 +01:00 committed by GitHub
commit a48ff25d4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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