Skip to content

Commit

Permalink
Fix homepage overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Mar 21, 2024
1 parent bbcab3a commit 85f813a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/_sass/home/section.scss
Expand Up @@ -19,6 +19,7 @@
gap: var(--spacing);
align-items: stretch;
z-index: 1;
overflow: hidden;

.bd-tw {
margin-left: auto;
Expand Down Expand Up @@ -109,6 +110,7 @@
display: flex;
gap: 3rem;
justify-content: center;
overflow: auto;

> * {
flex-basis: auto;
Expand Down
2 changes: 2 additions & 0 deletions docs/assets/css/website.css
Expand Up @@ -35082,6 +35082,7 @@ has-background-moon.is-hoverable:active {
gap: var(--spacing);
align-items: stretch;
z-index: 1;
overflow: hidden;
}
.bd-home-section .bd-tw {
margin-left: auto;
Expand Down Expand Up @@ -35160,6 +35161,7 @@ has-background-moon.is-hoverable:active {
display: flex;
gap: 3rem;
justify-content: center;
overflow: auto;
}
.bd-home-theme-preview > * {
flex-basis: auto;
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/css/website.min.css

Large diffs are not rendered by default.

0 comments on commit 85f813a

Please sign in to comment.