adding latest

This commit is contained in:
2021-03-18 18:59:36 +00:00
parent 3529ff23aa
commit e7c61e2d86
2 changed files with 3 additions and 3 deletions

View File

@@ -339,11 +339,11 @@ export default {
.deck-card:hover {
position: relative;
animation: scaleMe 500ms ease-in-out 0s forwards;
animation: card-zoom 500ms ease-in-out 0s forwards;
z-index: 100;
}
@keyframes scaleMe {
@keyframes card-zoom {
100% {
transform: scale(1.25);
}

View File

@@ -11,7 +11,7 @@
</v-col>
<v-col class="mb-4">
<h1 class="display-2 font-weight-bold mb-3">Onymoji Deck Builder</h1>
<h1 class="display-2 font-weight-bold mb-3">Onmyoji Deck Builder</h1>
<p class="subheading font-weight-regular">Build and share decks.</p>
<v-btn elevation="1" x-large color="#EA6F1A">Get started</v-btn>