From a16684d1e09aa9597f628ea127cc6a35b601aa1c Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Wed, 2 Oct 2024 00:37:10 +0200 Subject: [PATCH] fix: some stylistic tweaks --- src/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/style.css b/src/style.css index 04187a4..a0f1194 100644 --- a/src/style.css +++ b/src/style.css @@ -186,7 +186,7 @@ body { @media screen and (max-width: 64rem) { gap: 1rem; - padding: 2rem 0 1rem; + padding: 2rem 1rem 1rem; nav { flex-direction: column; @@ -248,8 +248,8 @@ body { @media screen and (max-width: 50rem) { table { - min-width: 50ch; - overflow-x: scroll; + font-size: 15px; + line-height: 1.25; } body {