summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index 2de43b0..1d0a99f 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,7 +1,7 @@
body {
background: #073642 ;
color: brown ;
- max-width: 850px ;
+ max-width: 950px ;
margin: auto ;
padding: 0 16px ;
margin-bottom: 500px ;
@@ -10,7 +10,7 @@ body {
}
main {
- max-width: 800px ;
+ max-width: 950px ;
margin: auto ;
}
@@ -18,7 +18,7 @@ main > article {
background: #EEE8D5 ;
color: #151515 ;
margin-bottom: 0 ;
- padding: 3.5em ;
+ padding: 3em ;
border-color: #1e4e76 ;
border-width: 0.25em 0.25em 0.25em .25em ;
border-style: solid ;