Start on lunch run home

This commit is contained in:
Ben Ramey
2018-04-11 22:06:48 -05:00
committed by benjaminramey
parent 79a56e7022
commit 2b5b821721
7 changed files with 34 additions and 124 deletions

View File

@@ -1,6 +1,5 @@
<template>
<div id="app">
<img src="./assets/logo.png">
<router-view/>
</div>
</template>
@@ -13,11 +12,6 @@ export default {
<style>
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
font-family: Helvetica, Arial, sans-serif;
}
</style>