mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 09:01:01 +00:00
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:
parent
89ca32e705
commit
15230f488a
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue