Skip to content

Commit

Permalink
fix: footer paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Dec 16, 2020
1 parent c696518 commit 9b98c0a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<div>
<nuxt/>

<div>
<footer>
<a
target="_blank"
:href="$store.state.homepage"
>{{ $store.state.name }} {{ $store.state.version }}</a>
</div>
</footer>
</div>
</template>

Expand All @@ -25,6 +25,9 @@ html {
body {
overflow-x: auto;
}
footer {
padding: 15px;
}
*, *:before, *:after {
box-sizing: border-box;
Expand Down

0 comments on commit 9b98c0a

Please sign in to comment.