fix(website): lock global header height to 90px and remove duplicate marketplace nav button

This commit is contained in:
oib
2026-02-27 12:25:21 +01:00
parent 2b6ac4a0bb
commit 37bdc7d034
5 changed files with 16 additions and 8 deletions

View File

@@ -376,5 +376,5 @@
/* Global Header spacing fix */
.page {
margin-top: 80px; /* Make space for the fixed global header */
margin-top: 90px; /* Make space for the fixed global header */
}