Skip to content

Commit

Permalink
Cosmetic change to how kit vendors are shown on website to make it a …
Browse files Browse the repository at this point in the history
…little more distinct from the loose parts.
  • Loading branch information
VanceVagell committed Dec 28, 2024
1 parent 4d8fb14 commit 9e32935
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions website-src/quick_start.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,11 @@ h1 {
}

#kits {
width: 320px;
width: 326px;
flex: 0 0 auto; /* prevents flex from shrinking it */
background-color: #eee;
padding: 8px 16px;
margin-right: 16px;
}

#loose {
Expand All @@ -94,13 +97,16 @@ h1 {
list-style: decimal outside none;
}

#kit-vendors {
text-align: center;
}

.kit-vendor {
border: 1px #fefefe;
border-radius: 16px;
padding: 24px 32px;
background: #fff;
display: block;
border: 1px solid #eee;
display: inline-block;
text-decoration: none;
margin: 0 0 24px 0;
vertical-align: top;
Expand Down

0 comments on commit 9e32935

Please sign in to comment.