fix: remove navbar overflow on main page

This commit is contained in:
2025-06-05 11:53:03 +01:00
parent 6e72580a6a
commit f85adf9edc
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
background: linear-gradient(-77deg, #2e4653, #3a5b56);
box-shadow: 0rem 0rem 0.5rem #182125;
align-items: center;
overflow: hidden;
}
.logo {