fix: sticky nav, ul in nav
All checks were successful
Build / build (push) Successful in 4m20s
Build / deploy-stage (push) Successful in 3m10s
Build / switch-stage (push) Successful in 2m7s

This commit is contained in:
2025-04-23 23:11:53 +02:00
parent 21586fbc78
commit 030053adc3
6 changed files with 14 additions and 25 deletions

View File

@@ -2,4 +2,10 @@
.container {
padding: 0 1rem;
}
ul {
::before {
@apply hidden;
}
}
}