diff options
author | EuAndreh <eu@euandre.org> | 2020-01-24 13:40:51 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-01-24 13:40:51 -0300 |
commit | 82b67d0b66f68e227af48979dc344e97f8b6cc52 (patch) | |
tree | 3e7b90bd93252cfedc12f8c2d72ba8776fb85445 /site/css | |
parent | TODOs.org (diff) | |
download | euandre.org-82b67d0b66f68e227af48979dc344e97f8b6cc52.tar.gz euandre.org-82b67d0b66f68e227af48979dc344e97f8b6cc52.tar.xz |
CSS: Increase body with 700px -> 1000px
Diffstat (limited to '')
-rw-r--r-- | site/css/styles.css | 2 |
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%; |