Skip to content

Commit

Permalink
Fix subscribe modal padding
Browse files Browse the repository at this point in the history
  • Loading branch information
nhnt11 committed Apr 23, 2018
1 parent 07914df commit 2883835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ img.logo {
flex: 1 1 auto;
}

.cell {
padding: 2rem !important;
.main-grid .cell {
padding: 2rem;
}

.padding {
Expand Down
2 changes: 1 addition & 1 deletion views/layouts/default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</div>
</div>

<div class="grid-x grid-padding-x grid-padding-y gray-bg">
<div class="grid-x main-grid grid-padding-x grid-padding-y gray-bg">
{{{ body }}}
</div>
<div class="filler-footer gray-bg"></div>
Expand Down

0 comments on commit 2883835

Please sign in to comment.