Skip to content

Commit

Permalink
Merge pull request #820 from sadiejay/toolkit-update
Browse files Browse the repository at this point in the history
Adds fixes for toolkit
  • Loading branch information
sadiejay authored Jun 5, 2024
2 parents 5007c9c + 6ce5728 commit 773d051
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/toolkit-hero-refresh.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2 class=" padding-1 margin-bottom-5 margin-right-3 bg-red-warm-50v text-center
</h2>
{% endfor %}
</div>
<div class="grid-row grid-gap-lg">
<div class="grid-row grid-gap-lg flex-justify-center">
{% assign blurbs = page.intro %}
{% for content in blurbs %}
<div class="bg-white margin-3 grid-col-8 tablet:grid-col ">
Expand Down
2 changes: 2 additions & 0 deletions css/_uswds-theme-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,9 @@ main {
min-width: 300px;
padding: 35px;
.defined-width {
@include at-media('tablet') {
width: 44ch;
}
}
@media screen and (min-width: 1024px) {
background-color: white;
Expand Down

0 comments on commit 773d051

Please sign in to comment.