From 2b69fc02289bc5b0ac4ecb01acf4927001cdd992 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 19 Mar 2024 01:18:33 -0500 Subject: [PATCH] fix button padding when going from retro to buttons --- src/routes/buttons/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/buttons/app.css b/src/routes/buttons/app.css index f7fa0b1..fbd055c 100644 --- a/src/routes/buttons/app.css +++ b/src/routes/buttons/app.css @@ -28,4 +28,5 @@ a { width: 88px; height: 31px; image-rendering: pixelated; + padding: 0; }