diff options
author | Aaron Ball <nullspoon@oper.io> | 2018-10-17 16:26:38 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2018-10-17 16:26:38 -0600 |
commit | c44386bf0697adee8e81cd4b0c7484e3063138cb (patch) | |
tree | 262978fcc09c42deee1cd630cc096a0474dd1a04 /res | |
parent | 6bf3bd315e5a681fb09d912dbcc22ba40e5b61ec (diff) | |
download | oper.io-c44386bf0697adee8e81cd4b0c7484e3063138cb.tar.gz oper.io-c44386bf0697adee8e81cd4b0c7484e3063138cb.tar.xz |
style.css:body padding 10% > 5%.
Diffstat (limited to 'res')
-rw-r--r-- | res/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/style.css b/res/style.css index ecd3278..445af63 100644 --- a/res/style.css +++ b/res/style.css @@ -127,9 +127,9 @@ div#body-wrapper { background-color:#eee; border-radius:5px; box-shadow:inset 0px 2px 5px #222; - margin-right:10%; + margin-right:5%; margin-top:15px; - margin-left:10%; + margin-left:5%; padding:7px 0px 0px 0px; } |