Skip to content

Commit

Permalink
Merge pull request #193 from ReproNim/fix-4-buttons
Browse files Browse the repository at this point in the history
Do not wrap 4 buttons
  • Loading branch information
chaselgrove authored Jan 6, 2025
2 parents 5c6da83 + 30c61b8 commit d508b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/shortcodes/rn-buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

.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 d508b45

Please sign in to comment.