Skip to content

Commit

Permalink
docs: complete responsive UI
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Aug 21, 2024
1 parent 0ad29bd commit b181130
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
.tools {
& > :nth-child(1),
& > :nth-child(2) {
flex: 1 0 49%;
min-width: 40%;
min-width: 40% !important;
max-width: 60% !important;
width: 50%;
}
& > .tool {
max-width: 33%;
min-width: 30%;
flex: 1 0 0;
}
}
}
Expand Down Expand Up @@ -46,12 +47,11 @@

.tool {
display: flex;
flex: 1 0 25%;
flex: 1 0 0;
padding: 16px;
flex-direction: column;
align-items: center;
gap: 16px;
flex: 1 0 0;
align-self: stretch;

// style
Expand Down

0 comments on commit b181130

Please sign in to comment.