Skip to content

Commit

Permalink
fix the layout of buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
lazygyu committed Sep 3, 2024
1 parent a6219f8 commit 2fa9e3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,11 @@
justify-content: stretch;
&>* {
box-sizing: border-box;
flex: 1;
flex-grow: 0;
flex-shrink: 0;
overflow: hidden;
height: 25px;
width: 33%;
border-radius: 0;
background: #999;
border: none;
Expand Down

0 comments on commit 2fa9e3a

Please sign in to comment.