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