'update'
[vchess.git] / client / src / views / About.vue
index 7f3e687..a685f3c 100644 (file)
@@ -7,7 +7,6 @@ main
 
 <script>
 import { store } from "@/store";
-
 export default {
   name: 'my-about',
   computed: {
@@ -20,3 +19,10 @@ export default {
   },
 };
 </script>
+
+<style lang="sass">
+#links
+  margin: var(--universal-margin);
+  & > a
+    display: block
+</style>