Skip to content

Commit

Permalink
making more responsive :)
Browse files Browse the repository at this point in the history
  • Loading branch information
iskipu committed Mar 5, 2024
1 parent 2ac4ea3 commit 6e3091b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
margin: 0 auto;
}
@media (min-width: 426px) {
@media (min-width: 509px) {
.button-style {
margin-right: 10px;
}
Expand All @@ -265,9 +265,9 @@
min-height: 60px;
}
}
@media (max-width: 426px) {
@media (max-width: 509px) {
.button-style {
margin-bottom: 5px;
margin-bottom: 10px;
}
.button-layout {
Expand Down

0 comments on commit 6e3091b

Please sign in to comment.