Merge pull request #6829 from wallabag/impr/css-content

css: reduce risk of collision for #content
This commit is contained in:
Kevin Decherf 2023-08-13 18:03:17 +02:00 committed by GitHub
commit f33d1f8e48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
========================================================================== */
main {
#content {
div#content {
padding: 0 0.5rem;
}
}

View file

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long