Skip to content

Commit

Permalink
mobile css - added buttons margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandrs Savkins committed Nov 22, 2020
1 parent a825d23 commit e86887b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ button.btn, input.btn {
@include horizontal-align;
margin-bottom: 0.5em;
}
@media only screen and (max-width : 600px) {
margin-bottom: 1.5em;
}
}

.main {
Expand Down

0 comments on commit e86887b

Please sign in to comment.