Compare commits

...

1 Commits

Author SHA1 Message Date
Your Name
18b0ac44bf v0.7.23 - Remove sticky positioning from main header to prevent floating behavior 2025-10-15 19:22:42 -04:00
3 changed files with 4 additions and 6 deletions

View File

@@ -41,10 +41,8 @@ body {
/* Header Styles */
.main-header {
background-color: var(--secondary-color);
padding: 15px 20px;
position: sticky;
top: 0;
z-index: 100;
max-width: 1200px;
margin: 0 auto;

View File

@@ -1 +1 @@
33760
40725

File diff suppressed because one or more lines are too long