fix: navigation height
Some checks failed
Build / switch-stage (push) Blocked by required conditions
Build / build (push) Successful in 4m7s
Build / deploy-stage (push) Has been cancelled

This commit is contained in:
2024-12-15 03:04:21 +01:00
parent 2b51545c6d
commit 4a7153568f

View File

@@ -8,7 +8,6 @@ $nav-height: 60px; // Adjust as needed
body > header { body > header {
width: 100%; width: 100%;
height: $nav-height;
line-height: $nav-height; line-height: $nav-height;
position: sticky; position: sticky;
top: 0; top: 0;