feat: seo meta + page titles

This commit is contained in:
Nicolas Giard
2018-12-24 17:38:34 -05:00
parent fcee4c0945
commit 10940ca230
14 changed files with 52 additions and 26 deletions

View File

@@ -350,10 +350,10 @@ export default {
@include keyframes(loginBgReveal) {
0% {
background-position-y: 0;
background-position-x: 0;
}
100% {
background-position-y: -800px;
background-position-x: 800px;
}
}