Skip to content

Commit

Permalink
Adjusted tile gaps on how-to-use page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbum committed Jan 17, 2024
1 parent 74ed5b0 commit a0d869b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/css/sass/ds-site-global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ div.howtouse-grid-wrapper {
grid-template-columns: 508px 508px;
margin-top: 32px;
margin-bottom:32px;
gap:48px;
gap:32px 48px;
background-color: white;
padding: 32px 32px;
width: 100%;
Expand All @@ -214,7 +214,7 @@ div.howtouse-tile-copy {
}

div.howtouse-tile-copy.interim {
min-height: 10rem;
min-height: 11rem;
}

div.howtouse-tile h4 {
Expand All @@ -226,7 +226,7 @@ div.howtouse-tile h4 {
}
div.howtouse-tile hr {
border: 1px solid #C7D6E4;
margin-bottom: 8px;
margin-bottom: 0px;
}

/* Plain language section */
Expand Down

0 comments on commit a0d869b

Please sign in to comment.