aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-31 08:58:39 -0300
committerEuAndreh <eu@euandre.org>2020-08-31 08:58:39 -0300
commitd7160736b7e89990fcc930eda6cb28a512da130e (patch)
tree593905c3f36f8005293f6b2f40a8894daf378145 /styles.css
parentAdd post "The database I wish I had" (diff)
downloadeuandre.org-d7160736b7e89990fcc930eda6cb28a512da130e.tar.gz
euandre.org-d7160736b7e89990fcc930eda6cb28a512da130e.tar.xz
styles.css: Decrease max-width from 1000px to 700px
Diffstat (limited to '')
-rw-r--r--styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/styles.css b/styles.css
index f350cee..220d654 100644
--- a/styles.css
+++ b/styles.css
@@ -3,7 +3,7 @@
body {
margin: 0px auto 0px auto;
padding: 1%;
- max-width: 1000px;
+ max-width: 700px;
font-family: sans-serif;
text-rendering: optimizeLegibility;
background-color: #f7f2f3;