From 454cb55f7f567e46e50c18e221def8a64bede44b Mon Sep 17 00:00:00 2001 From: ekzyis Date: Tue, 29 Jul 2025 00:09:42 +0200 Subject: [PATCH] Fix autoprefixer warning (#2348) --- styles/nav.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/nav.module.css b/styles/nav.module.css index d707b84e..25c45a6f 100644 --- a/styles/nav.module.css +++ b/styles/nav.module.css @@ -6,7 +6,7 @@ scrollbar-width: thin; padding-bottom: 0.5rem; margin: 1rem 0; - justify-content: start; + justify-content: flex-start; font-size: 110%; gap: 0 0.5rem; }