Skip to content

Commit

Permalink
Fix header moving between page change
Browse files Browse the repository at this point in the history
  • Loading branch information
jotonedev committed Feb 27, 2024
1 parent 702b27b commit cfeaef9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _sass/tallneck/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
background-color: var(--header-background);
color: var(--header-text-primary);

display: flex;
justify-content: center;

border-bottom: 1px solid var(--border-secondary);

padding: 0.3rem 1rem;
Expand All @@ -20,8 +23,6 @@
height: 100%;

max-width: $main-max-width - $content-width-overflow;
margin-left: auto;
margin-right: auto;

display: flex;
justify-content: space-between;
Expand Down

0 comments on commit cfeaef9

Please sign in to comment.