augsburg-mosaic/components/Footer.vue
2023-11-01 20:27:34 +01:00

18 lines
310 B
Vue

<template>
<footer>
<a href="/about">Learn more about <em>&lt;Augsburg Mosaik/&gt;</em></a>
</footer>
</template>
<style scoped>
footer {
margin: 0 auto;
text-align: center;
padding-top: 1rem;
}
footer a {
text-decoration: none;
color: black;
margin: 0 auto;
}
</style>