diff options
author | EuAndreh <eu@euandre.org> | 2020-08-31 08:58:39 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-31 08:58:39 -0300 |
commit | d7160736b7e89990fcc930eda6cb28a512da130e (patch) | |
tree | 593905c3f36f8005293f6b2f40a8894daf378145 /styles.css | |
parent | Add post "The database I wish I had" (diff) | |
download | euandre.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.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |