Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomes123 committed Jul 26, 2018
1 parent 73c6fe9 commit dff61f3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<div id="app">
<img src="./assets/logo.png">
<router-view/>
</div>
</template>
Expand All @@ -13,11 +12,19 @@ export default {

<style>
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
font-family: "Avenir", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
background-color: rgba(110, 111, 110, 1);
}
.flex-centered-horizontal {
display: flex;
align-items: center;
justify-content: space-between;
}
html {
background-color: rgba(14, 14, 14, 1);
}
</style>

0 comments on commit dff61f3

Please sign in to comment.