Skip to content

Commit

Permalink
Merge pull request #985 from appwrite/spacing-issue-docs-huge-screen-…
Browse files Browse the repository at this point in the history
…1920-px

Spacing issue docs huge screen 1920 px
  • Loading branch information
eldadfux authored May 27, 2024
2 parents 4ed49f4 + 113f3c9 commit 7eaf413
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scss/9-grids/_grid-huge-navs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,8 @@
}
}
}
/* work around spacing issue on huge screen between 1920px to 1984px */
@media (min-width: 1920px) And (max-width:1940.9px){ .web-article-header { padding-inline-end:32px; } }
@media (min-width: 1941px) And (max-width:1960.9px){ .web-article-header { padding-inline-end:20px; } }
@media (min-width: 1961px) And (max-width:1983.9px){ .web-article-header { padding-inline-end:10px; } }
}

0 comments on commit 7eaf413

Please sign in to comment.