From 7afcf996ca2ce69b05b11d459dcaa301a1fb6536 Mon Sep 17 00:00:00 2001 From: sHa Date: Wed, 30 Apr 2025 22:40:48 +0300 Subject: [PATCH] fix: adjust margin for color switcher preview for better alignment --- public/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/global.css b/public/global.css index 533b6cf..f3700e8 100644 --- a/public/global.css +++ b/public/global.css @@ -149,7 +149,7 @@ button:hover { } .color-switcher-preview { justify-content: center; - margin: 1em 0 0.5em 0; + } .color-switcher-inline { margin-left: auto;