Skip to content

Commit

Permalink
deploy: 3d1f714
Browse files Browse the repository at this point in the history
  • Loading branch information
xygodcyx committed Jun 21, 2024
1 parent ef67fc6 commit 8eb7eb1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions web/css/media/dist/indexMedia.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,23 +149,29 @@
}
.mainContent {
overflow-x: hidden;
margin: 0;
}
.mainContent .content {
overflow-x: hidden;
width: 100vw;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-columns: repeat(3, 1fr);
margin: 0 auto;
min-height: 60vh;
gap: 0;
}
.mainContent .content .iconItem {
margin: 10px;
padding: 0;
margin: 0;
}
.mainContent .content.showIconItem {
margin-left: -1rem;
/* grid-template-columns: repeat(10, 1fr); */
/* gap: 0 1%; */
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-columns: repeat(3, 1fr);
}
.mainContent .content.showIconItem .leftTitle {
margin-top: -10px;
}
.mainContent .content.showIconWrap {
/* grid-template-columns: repeat(4, auto); */
Expand Down

0 comments on commit 8eb7eb1

Please sign in to comment.