1
0

feat: merge legal.scss with component

This commit is contained in:
Dominik Pschenitschni
2021-10-18 14:20:46 +02:00
parent f74cf516d2
commit 4223d23ce5
3 changed files with 9 additions and 7 deletions

View File

@ -17,3 +17,12 @@ export default {
}),
}
</script>
<style lang="scss" scoped>
.legal-links {
margin-top: 1rem;
text-align: right;
color: $grey-300;
font-size: 1rem;
}
</style>