diff --git a/src/App.vue b/src/App.vue index 4422080..1b800e2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -20,8 +20,7 @@ position: fixed; top: 0px; left: 0px; - bottom: 0px; - right: 0px; + height: 110vh; z-index: -1; overflow-y: scroll; -ms-overflow-style: none; /* IE and Edge */ diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue index 615e887..e1f60c8 100644 --- a/src/views/AboutView.vue +++ b/src/views/AboutView.vue @@ -35,7 +35,7 @@ export default { display: flex; flex-direction: column; align-items: center; - padding: 1em; + padding-bottom: 10vh; justify-content: space-evenly; min-height: 90vh; }