forked from wallabag/wallabag
css: reduce risk of collision for #content
`main #content` can match fetched content and break the layout, like for technologyreview.com Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
========================================================================== */
|
||||
|
||||
main {
|
||||
#content {
|
||||
div#content {
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
@media screen and (min-width: 993px) {
|
||||
.entry #content {
|
||||
.entry main div#content {
|
||||
padding-left: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user