diff options
author | EuAndreh <eu@euandre.org> | 2021-10-11 09:19:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-10-11 09:19:15 -0300 |
commit | bb552a91186c9baf4bf46dd0b9dd53ee5c89d7d2 (patch) | |
tree | c0f01d66c96fc8e7c367364d05bb045f63545156 | |
parent | static/*.svg: Set width and height to 22 (diff) | |
download | euandre.org-bb552a91186c9baf4bf46dd0b9dd53ee5c89d7d2.tar.gz euandre.org-bb552a91186c9baf4bf46dd0b9dd53ee5c89d7d2.tar.xz |
styles.css: Simplify margin, remove "optimizeLegibility"
-rw-r--r-- | styles.css | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,10 +1,9 @@ /* General declarations */ body { - margin: 0px auto 0px auto; + margin: 0px auto; padding: 1%; max-width: 750px; - text-rendering: optimizeLegibility; } .simple-icon { |