You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by hb...@apache.org on 2022/10/19 01:03:03 UTC

[age-website] branch new-web updated: Update Navbar css fix

This is an automated email from the ASF dual-hosted git repository.

hbshin pushed a commit to branch new-web
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/new-web by this push:
     new c51b3f7  Update Navbar css fix
c51b3f7 is described below

commit c51b3f7d0c123d4b981f7f4c6a47c17b1e74c935
Author: Hanbyeol Shin /  David Shin / 신한별 <76...@users.noreply.github.com>
AuthorDate: Wed Oct 19 10:02:50 2022 +0900

    Update Navbar css fix
---
 src/components/styles/Navbar.module.scss | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/components/styles/Navbar.module.scss b/src/components/styles/Navbar.module.scss
index 03fb249..aacb457 100644
--- a/src/components/styles/Navbar.module.scss
+++ b/src/components/styles/Navbar.module.scss
@@ -14,7 +14,8 @@
   align-items: center;
   justify-content: space-between;
   height: 100%;
-  width: 100%;
+  max-width: 64rem;
+  margin: 0 auto;
   .Logo {
     img {
       max-width: 6.5625rem;
@@ -76,11 +77,11 @@
     }
   }
   .Left {
-    width: 100%;
+    // width: 100%;
     max-width: 15.25rem;
   }
   .Right {
-    width: 100%;
+    // width: 100%;
     max-width: 21.25rem;
     text-align: left;
     align-items: center;