Skip to content

Commit

Permalink
styling consistency
Browse files Browse the repository at this point in the history
spaces
  • Loading branch information
DreadKnight authored Aug 24, 2024
1 parent 2950a76 commit 5a2bf2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -2099,13 +2099,13 @@ input {
width: 50%;
height:250px;
max-width: 1000px;
margin-top:12%;
margin-top: 12%;

@media (max-aspect-ratio: 16/9) {
margin-top:10%;
}

@media (orientation:portrait) {
@media (orientation: portrait) {
margin-top:5%;
}

Expand Down

0 comments on commit 5a2bf2d

Please sign in to comment.