Skip to content

Commit

Permalink
Sticky footer height fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m8than authored Feb 10, 2018
1 parent 28a6e5e commit 169bd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default {
<style scoped>
main {
width: 64rem;
min-height: calc(100vh - 5rem);
min-height: calc(100vh - 10rem);
margin-top: 77px;
}
Expand Down

0 comments on commit 169bd4a

Please sign in to comment.