From cc8c3f8ad62154ee7f22607c97284418ae6661e2 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Tue, 7 Jan 2025 08:15:20 +0100 Subject: [PATCH] fix icon alignment in nav --- src/routes/editor.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/editor.module.css b/src/routes/editor.module.css index bd91cc6..fd17b72 100644 --- a/src/routes/editor.module.css +++ b/src/routes/editor.module.css @@ -59,7 +59,7 @@ & > button { display: flex; - justify-content: center; + place-items: center; padding: var(--padding-m); border: none; border-radius: var(--radii-m);