mirror of
https://github.com/9001/copyparty.git
synced 2026-04-12 23:32:32 -06:00
add overflow-x: hidden; to article so that large images don't add a horizontal scrollbar
This commit is contained in:
parent
8b2bee1c87
commit
8508142c1b
|
|
@ -76,6 +76,7 @@ main {
|
|||
article, nav.sitenav {
|
||||
max-width: 50rem;
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.content {
|
||||
margin-left: 20rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue