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; }