Skip to content

Commit

Permalink
Fix select responsive.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Aug 3, 2024
1 parent 0149b5d commit 4eaf7cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/standard-assets/select.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/* Main score select */
.main-score-select {
margin-top: 10px;
margin-top: 11px;
width: 794px;
}

Expand All @@ -28,8 +28,8 @@

@media screen and (max-width: 833px) {
.main-score-select {
margin-bottom: -25px;
width: 833px;
margin-bottom: -5px;
width: 521;
}
}

Expand Down

0 comments on commit 4eaf7cf

Please # to comment.