Skip to content

Commit

Permalink
add repo footer
Browse files Browse the repository at this point in the history
  • Loading branch information
fhildeb committed Sep 6, 2022
1 parent 84cdc16 commit 3526ad6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ export default {
<main>
<router-view />
</main>
<footer> <a href="github.com/lukso-network/example-dapp-lsps">github.com/lukso-network/example-dapp-lsps</a></footer>
</div>

</template>

<style lang="less">
Expand Down
8 changes: 8 additions & 0 deletions src/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ body {
.app.container {
margin-top: 5em;
margin-bottom: 5em;
min-height: 90vh;
display: flex;
flex-direction: column;
}

.center {
Expand Down Expand Up @@ -193,3 +196,8 @@ form {
padding: 5px 10px 10px 10px;
}
}

footer {
text-align: center;
margin-top: auto;
}

0 comments on commit 3526ad6

Please sign in to comment.