aboutsummaryrefslogtreecommitdiff
path: root/site/css
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-01-24 13:40:51 -0300
committerEuAndreh <eu@euandre.org>2020-01-24 13:40:51 -0300
commit82b67d0b66f68e227af48979dc344e97f8b6cc52 (patch)
tree3e7b90bd93252cfedc12f8c2d72ba8776fb85445 /site/css
parentTODOs.org (diff)
downloadeuandre.org-82b67d0b66f68e227af48979dc344e97f8b6cc52.tar.gz
euandre.org-82b67d0b66f68e227af48979dc344e97f8b6cc52.tar.xz
CSS: Increase body with 700px -> 1000px
Diffstat (limited to '')
-rw-r--r--site/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/css/styles.css b/site/css/styles.css
index 19feeaf..309d6c0 100644
--- a/site/css/styles.css
+++ b/site/css/styles.css
@@ -74,7 +74,7 @@ body {
color: black;
font-size: 16px;
margin: 0px auto 0px auto;
- width: 700px;
+ width: 1000px;
background-color: #f2eff4;
font-family: 'Linux Libertine',serif;
line-height: 140%;