From 214e6cb76772989324be55c3ffa2d39dfa296295 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 17 Mar 2020 22:23:49 +0530 Subject: new post: Font Size Fallacies --- docs/style.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index e48188d..6f11bfa 100644 --- a/docs/style.css +++ b/docs/style.css @@ -27,7 +27,7 @@ body { } html { - font-size: 18px; + font-size: 17px; } table { @@ -49,8 +49,8 @@ td { } .posts { - width: 90%; - max-width: 90%; + width: 97%; + max-width: 650px; } @media only screen and (min-width: 1080px) { @@ -64,7 +64,7 @@ td { @media only screen and (min-width: 1400px) { .posts { - max-width: 700px; + max-width: 650px; } html { font-size: 18px; @@ -89,7 +89,9 @@ img { } hr { - color: var(--dark-white); + height: 2px; + background-color: var(--dark-white); + border: none; } .date { @@ -111,10 +113,10 @@ hr { color: var(--black) !important; background-color: var(--cyan); font-size: 0.8rem; - padding: 0.5rem; + padding: 0.3rem 0.5rem; margin: -0.5rem 0; border: 0px solid var(--dark-white); - border-radius: 0.4rem; + border-radius: 0.2rem; } .intro { -- cgit v1.2.3