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 b4ee926
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/theme/components/Landingpage/ToolStack/index.module.scss
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%;
width: 50%;
flex: 1 0 49% !important;
min-width: 40% !important;
max-width: 60% !important;
}
& > .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 b4ee926

Please sign in to comment.