From c72c8817b92c110d29194a9b2355eb5a46871943 Mon Sep 17 00:00:00 2001 From: JeelRajodiya Date: Sat, 8 Jul 2023 15:24:33 +0530 Subject: [PATCH] fix --- components/Nav.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Nav.module.css b/components/Nav.module.css index 1cc9535..004cf4a 100644 --- a/components/Nav.module.css +++ b/components/Nav.module.css @@ -26,7 +26,7 @@ display: flex; align-items: flex-end; gap: 10px; - justify-content: end; + align-self: flex-end; justify-content: flex-end; }