diff --git a/src/App.vue b/src/App.vue index fb6a55b..25b821a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,6 +5,10 @@ + + Privacy Policy + Terms of Service + @@ -36,4 +40,14 @@ export default { html { background-color: #d6e8de; } + +.legal a { + margin-left: 2em; + margin-right: 2em; + color: inherit !important; +} + +.legal { + justify-content: center; +} diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 218a7dd..8c0e577 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -1,6 +1,10 @@