fix: navigation height
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user