Browse Source

Remove margin from footer to fix scrollbar. Fixes #168

pull/170/head
Adam Stachowicz 4 years ago
parent
commit
f9a755e7c6
  1. 3
      src/layouts/Layout.vue

3
src/layouts/Layout.vue

@ -158,9 +158,6 @@ export default {
footer { footer {
color: #AAA; color: #AAA;
font-size: 13px; font-size: 13px;
margin-top: 10px;
margin-bottom: 30px;
margin-left: 10px;
text-align: center; text-align: center;
} }

Loading…
Cancel
Save