From 0ab8eb75a742d547849c8352600b179ebc7c99d9 Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 21 Jun 2023 13:57:08 +0200 Subject: [PATCH] style: squishy on tiny bitsy screensy --- src/components/Nav.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 1417868..fe0df6a 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -64,6 +64,9 @@ if (Astro.url.pathname !== "/") { @media only screen and (max-device-width: 360px) { #wrapper { text-align: center; } + nav a { + padding: 0.5em; + } }