From: Cameron Otsuka Date: Tue, 30 Jul 2024 23:37:02 +0000 (-0700) Subject: improve padding for smaller screens X-Git-Tag: v1.0.0~96 X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=d24118c67f2de10d7309472c6d196689bc700ef1;p=cotsuka.github.io improve padding for smaller screens --- diff --git a/_includes/css/style.css b/_includes/css/style.css index a80908f..6e588af 100644 --- a/_includes/css/style.css +++ b/_includes/css/style.css @@ -9,6 +9,7 @@ body { max-width: 45rem; margin-left: auto; margin-right: auto; + padding: 0.5rem 1rem; font-size: 1rem; } nav {