Skip to content

Commit

Permalink
Merge pull request #872 from appwrite/fix-align-header-docs
Browse files Browse the repository at this point in the history
- Solution with Chen about header of docs
  • Loading branch information
eldadfux authored Apr 9, 2024
2 parents 69c0f1d + 58b718e commit 8f12484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/7-components/_main-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
padding-inline: clamp(1.25rem,4vw,120rem); /* Thomas calculation */
}
&.is-docs {
.#{$p}-main-header-wrapper { max-inline-size:var(--container-size-large); }
.#{$p}-main-header-wrapper { max-inline-size:86.875rem; }
}
&.is-reference {
.#{$p}-main-header-wrapper { max-inline-size:var(--container-size-huge); }
Expand Down

0 comments on commit 8f12484

Please sign in to comment.