aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-01-30 22:19:31 -0300
committerEuAndreh <eu@euandre.org>2020-01-30 22:19:31 -0300
commit349223ce1dc979f6079d07f4290ff3ce38dfc17e (patch)
treec44e63e69584d535c062079e39e18d38a8ab4915 /site
parentCSS: Remove width limit (diff)
downloadeuandre.org-349223ce1dc979f6079d07f4290ff3ce38dfc17e.tar.gz
euandre.org-349223ce1dc979f6079d07f4290ff3ce38dfc17e.tar.xz
CSS: Remove custom 140% line-heith
Diffstat (limited to '')
-rw-r--r--site/css/styles.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/site/css/styles.css b/site/css/styles.css
index bab57dd..a11e99e 100644
--- a/site/css/styles.css
+++ b/site/css/styles.css
@@ -2,7 +2,6 @@ body {
margin: 0px auto 0px auto;
max-width: 1000px;
font-family: sans-serif;
- line-height: 140%;
text-rendering: optimizeLegibility;
}