Skip to content

Commit

Permalink
Fix select and card layout
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Aug 3, 2024
1 parent 2f43434 commit 29a374e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion styles/standard-assets/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}

.standart-card-stars-text {
margin-bottom: -8px;
margin-bottom: -14.5px;
margin-top: 10px;
transform: translateX(-1px);
font-size: 17px;
Expand Down
4 changes: 2 additions & 2 deletions styles/standard-assets/select.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
cursor: pointer;
}

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

Expand Down

0 comments on commit 29a374e

Please # to comment.