Skip to content

Commit

Permalink
Merge pull request #1162 from hunlin99/master
Browse files Browse the repository at this point in the history
Improve Responsiveness
  • Loading branch information
NitkarshChourasia authored Nov 10, 2024
2 parents 4965280 + 5336249 commit bfc42ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ColorChanger-MiniApp/kiselova/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,9 @@ span {
letter-spacing: 0.5px;
border-radius: 2px;
}

@media only screen and (max-width: 1220px) {
.container {
margin-top: 13em;
}
}

0 comments on commit bfc42ac

Please sign in to comment.