Skip to content

Commit

Permalink
fix: remove padding in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndrblz committed Dec 13, 2021
1 parent af75745 commit 4558d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1353,8 +1353,8 @@ a.btn {
}

.box-wrapper {
padding-left: 48px;
padding-right: 48px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 48px;
}
Expand Down

0 comments on commit 4558d20

Please sign in to comment.