aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-01-30 22:28:13 -0300
committerEuAndreh <eu@euandre.org>2020-01-30 22:28:13 -0300
commit2cfaa9612a1d37566180d4bd7b4a076a7295907d (patch)
tree5499ca79e91463d8d74cc3a8c00693ea8fae890b /site
parentCSS: Remove custom 140% line-heith (diff)
downloadeuandre.org-2cfaa9612a1d37566180d4bd7b4a076a7295907d.tar.gz
euandre.org-2cfaa9612a1d37566180d4bd7b4a076a7295907d.tar.xz
CSS: Add minimal padding to body
Diffstat (limited to '')
-rw-r--r--site/css/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/css/styles.css b/site/css/styles.css
index a11e99e..e8d2347 100644
--- a/site/css/styles.css
+++ b/site/css/styles.css
@@ -1,5 +1,6 @@
body {
margin: 0px auto 0px auto;
+ padding: 1%;
max-width: 1000px;
font-family: sans-serif;
text-rendering: optimizeLegibility;