summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2018-11-03 17:28:49 -0600
committerAaron Ball <nullspoon@oper.io>2018-11-03 17:28:49 -0600
commit43fbf856f64ec8bd8949df655473cabec16771d7 (patch)
treee5fff4e0b277ae75ec92f9ee971bf9942350b0f2 /res
parent600ab732eb490f7cff75af06197a9dec891c567f (diff)
downloadoper.io-43fbf856f64ec8bd8949df655473cabec16771d7.tar.gz
oper.io-43fbf856f64ec8bd8949df655473cabec16771d7.tar.xz
style:Fix body-wrapper width
Diffstat (limited to 'res')
-rw-r--r--res/style.css2
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;
}

Generated by cgit