Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Mar 21, 2024
1 parent b0fbd0a commit beddf96
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
14 changes: 10 additions & 4 deletions docs/_sass/docs/hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,22 @@
margin-left: 0;
}

.bd-hero-title {
max-width: 80%;
}

.bd-hero-prints {
justify-content: flex-start;
}
}
}

@media screen and (min-width: 1000px) {
.bd-hero.is-docs {
flex-wrap: nowrap;

.bd-hero-title {
max-width: 80%;
}
}
}

@media screen and (min-width: 1200px) {
.bd-hero.is-docs {
flex-wrap: nowrap;
Expand Down
2 changes: 2 additions & 0 deletions docs/_sass/home/amis.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
display: grid;
grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
position: relative;
margin: 0 -1rem;
justify-content: center;
}

.bd-ami {
Expand Down
13 changes: 10 additions & 3 deletions docs/assets/css/website.css
Original file line number Diff line number Diff line change
Expand Up @@ -34429,6 +34429,8 @@ has-background-moon.is-hoverable:active {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
position: relative;
margin: 0 -1rem;
justify-content: center;
}

.bd-ami {
Expand Down Expand Up @@ -36302,13 +36304,18 @@ has-background-moon.is-hoverable:active {
.bd-hero.is-docs .bd-hr {
margin-left: 0;
}
.bd-hero.is-docs .bd-hero-title {
max-width: 80%;
}
.bd-hero.is-docs .bd-hero-prints {
justify-content: flex-start;
}

@media screen and (min-width: 1000px) {
.bd-hero.is-docs {
flex-wrap: nowrap;
}
.bd-hero.is-docs .bd-hero-title {
max-width: 80%;
}
}
@media screen and (min-width: 1200px) {
.bd-hero.is-docs {
flex-wrap: nowrap;
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 beddf96

Please sign in to comment.