Change Google auth strategy

This commit is contained in:
Jonathan Cremin 2018-03-11 20:22:17 +00:00
parent 0d4bd47251
commit bd85678303
5 changed files with 20 additions and 10 deletions

View file

@ -4,7 +4,7 @@
<div class="container">
<h1 class="title">
<router-link to="/" exact>
<img src="/assets/images/logo-128.png"> <b>combine</b><span class="lighter">.fm</span>
<img src="/assets/images/logo-128.png"><b>combine</b><span class="lighter">.fm</span>
</router-link>
</h1>
</div>
@ -35,6 +35,7 @@ body {
}
.header {
font-family: 'Comfortaa', cursive;
letter-spacing: -2px;
background: #FE4365;
}
.header img {