Skip to content

Commit

Permalink
Still need to wrap for mobile, but reduce the size a litte
Browse files Browse the repository at this point in the history
At max size of the window, we will still have 4 to a row.
  • Loading branch information
asmacdo committed Jan 6, 2025
1 parent 63e2234 commit 30c61b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions layouts/shortcodes/rn-buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

#rn-buttons {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin-top: 1em;
}

.rn-button {
flex: 1 1 20%;
min-width: 150px;
max-width: 300px;
min-width: 100px;
max-width: 125px;
margin: 10px;
text-align: center;
box-sizing: border-box;
Expand Down

0 comments on commit 30c61b8

Please sign in to comment.