diff options
author | Aaron Ball <nullspoon@oper.io> | 2018-11-03 17:28:49 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2018-11-03 17:28:49 -0600 |
commit | 43fbf856f64ec8bd8949df655473cabec16771d7 (patch) | |
tree | e5fff4e0b277ae75ec92f9ee971bf9942350b0f2 /res | |
parent | 600ab732eb490f7cff75af06197a9dec891c567f (diff) | |
download | oper.io-43fbf856f64ec8bd8949df655473cabec16771d7.tar.gz oper.io-43fbf856f64ec8bd8949df655473cabec16771d7.tar.xz |
style:Fix body-wrapper width
Diffstat (limited to 'res')
-rw-r--r-- | res/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/style.css b/res/style.css index 252bd80..6813403 100644 --- a/res/style.css +++ b/res/style.css @@ -202,7 +202,7 @@ div#body-wrapper { margin-left:auto; margin-right:auto; padding:7px 0px 0px 0px; - max-width:100em; + max-width:90em; } |