diff options
author | EuAndreh <eu@euandre.org> | 2020-01-30 22:19:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-01-30 22:19:31 -0300 |
commit | 349223ce1dc979f6079d07f4290ff3ce38dfc17e (patch) | |
tree | c44e63e69584d535c062079e39e18d38a8ab4915 /site/css/styles.css | |
parent | CSS: Remove width limit (diff) | |
download | euandre.org-349223ce1dc979f6079d07f4290ff3ce38dfc17e.tar.gz euandre.org-349223ce1dc979f6079d07f4290ff3ce38dfc17e.tar.xz |
CSS: Remove custom 140% line-heith
Diffstat (limited to '')
-rw-r--r-- | site/css/styles.css | 1 |
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; } |