Skip to content

Commit

Permalink
Wrap buttons on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Mar 20, 2024
1 parent 2046597 commit 26899fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@
text-align: center;
margin: 2em 0;
display: flex;
flex-wrap: wrap;
gap: 1em;
justify-content: space-evenly;
}

Expand Down

0 comments on commit 26899fd

Please sign in to comment.