Skip to content

Commit

Permalink
Fix main-score-select layout
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Jul 26, 2024
1 parent bc5046f commit b7070e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 8 additions & 2 deletions styles/standard-assets/select.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@
/* Main score select */
.main-score-select {
margin: 10px 17px -7px 17px;
width: calc(100% - 37.5px);
width: 794px;
}


@media screen and (min-width: 1066px) {
.main-score-select {
width: 1066px;
}
}

@media screen and (max-width: 521px) {
.main-score-select {
margin-bottom: -25px;
Expand Down
1 change: 0 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ main {
}
}


@media screen and (max-width: 833px) {
main {
grid-template-columns: repeat(2, 1fr);
Expand Down

0 comments on commit b7070e9

Please sign in to comment.