diff --git a/attached_assets/image_1762647002198.png b/attached_assets/image_1762647002198.png new file mode 100644 index 0000000..88021d1 Binary files /dev/null and b/attached_assets/image_1762647002198.png differ diff --git a/static/css/styles.css b/static/css/styles.css index 3ff784e..60c4e07 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: 16px 32px; + padding: 20px 40px; 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: 24px; + padding-right: 28px; border-right: 1px solid rgba(255, 255, 255, 0.15); margin-right: auto; } .navbar-logo img { - height: 40px; + height: 44px; display: block; } .navbar-links { display: flex; - gap: 32px; + gap: 48px; 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: 15px; + font-size: 16px; transition: color 0.2s ease; }