Skip to content

Commit

Permalink
Merge pull request #51 from Croc-Prog-github/New-UI
Browse files Browse the repository at this point in the history
New UI
  • Loading branch information
Croc-Prog-github authored Mar 7, 2025
2 parents 73c43dc + 3d25649 commit ccc09f9
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions game/MenuBocch/SelectBocch.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,32 +43,42 @@
<style>
@media screen and (min-width: 320px) {
#grid {
grid-template-columns: repeat(2, 51%);
grid-template-rows: repeat(10, 21%);
grid-template-columns: repeat(2, 49%);
grid-template-rows: repeat(10, 17%);
row-gap: 13px;
column-gap: 13px;
}
}
@media screen and (min-width: 375px) {
#grid {
grid-template-columns: repeat(2, 45%);
grid-template-rows: repeat(10, 22%);
grid-template-columns: repeat(2, 42%);
grid-template-rows: repeat(10, 17%);
row-gap: 13px;
column-gap: 15px;
}
}
@media screen and (min-width: 425px) {
#grid {
grid-template-columns: repeat(2, 40%);
grid-template-rows: repeat(10, 22%);
grid-template-columns: repeat(2, 37%);
grid-template-rows: repeat(10, 16%);
row-gap: 18px;
column-gap: 18px;
}
}
@media screen and (min-width: 768px) {
#grid {
grid-template-columns: repeat(4, 22%);
grid-template-rows: repeat(10, 37%);
grid-template-columns: repeat(4, 20%);
grid-template-rows: repeat(10, 25%);
row-gap: 14.5px;
column-gap: 18px;
}
}
@media screen and (min-width: 1024px) {
#grid {
grid-template-columns: repeat(5, 17%);
grid-template-rows: repeat(10, 57%);
grid-template-columns: repeat(5, 15%);
grid-template-rows: repeat(10, 27%);
row-gap: 24.5px;
column-gap: 25px;
}
}

Expand Down

0 comments on commit ccc09f9

Please sign in to comment.