Skip to content

Commit

Permalink
Fix responsive.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Aug 3, 2024
1 parent 29a374e commit 0149b5d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion styles/standard-assets/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
width: calc(100% - 20px);
}

@media screen and (max-width: 521px) {
@media screen and (max-width: 560px) {
.standard-card {
transform: scale(1.4) translateY(70px);
}
Expand Down
2 changes: 1 addition & 1 deletion styles/standard-assets/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
}
}

@media screen and (max-width: 521px) {
@media screen and (max-width: 560px) {
.standard-popup-whole-section-content.add-smurf-popup {
width: 100dvw;
height: 100dvh;
Expand Down
6 changes: 3 additions & 3 deletions styles/standard-assets/select.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
width: 794px;
}

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

Expand All @@ -33,7 +33,7 @@
}
}

@media screen and (max-width: 521px) {
@media screen and (max-width: 560px) {
.main-score-select {
margin-bottom: -25px;
width: 352px;
Expand Down
6 changes: 3 additions & 3 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ main {
width: 794px;
}

@media screen and (min-width: 1066px) {
@media screen and (min-width: 1106px) {
main {
grid-template-columns: repeat(4, 1fr);
width: 1066px;
width: 1106px;
}
}

Expand All @@ -69,7 +69,7 @@ main {
}
}

@media screen and (max-width: 521px) {
@media screen and (max-width: 560px) {
body {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 0149b5d

Please sign in to comment.