Skip to content

Commit

Permalink
fix: add padding on lg viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
raulghm committed May 19, 2019
1 parent 661a2a5 commit 7c29aec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ export default {
}
@media (--lg-viewport) {
.Home-body {
padding-top: 1em;
}
.Home-title {
margin: 30px 0;
}
Expand Down

0 comments on commit 7c29aec

Please sign in to comment.