diff --git a/static/css/styles.css b/static/css/styles.css index 60c4e07..8629709 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -65,7 +65,7 @@ body::after { .navbar-inner { display: flex; align-items: center; - padding: 20px 40px; + padding: 12px 28px; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); @@ -76,19 +76,19 @@ body::after { .navbar-logo { display: flex; align-items: center; - padding-right: 28px; + padding-right: 20px; border-right: 1px solid rgba(255, 255, 255, 0.15); margin-right: auto; } .navbar-logo img { - height: 44px; + height: 36px; display: block; } .navbar-links { display: flex; - gap: 48px; + gap: 40px; align-items: center; position: absolute; left: 50%; @@ -100,7 +100,7 @@ body::after { text-decoration: none; font-family: var(--font-body); font-weight: 500; - font-size: 16px; + font-size: 13px; transition: color 0.2s ease; }