adding latest
This commit is contained in:
@@ -339,11 +339,11 @@ export default {
|
|||||||
|
|
||||||
.deck-card:hover {
|
.deck-card:hover {
|
||||||
position: relative;
|
position: relative;
|
||||||
animation: scaleMe 500ms ease-in-out 0s forwards;
|
animation: card-zoom 500ms ease-in-out 0s forwards;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes scaleMe {
|
@keyframes card-zoom {
|
||||||
100% {
|
100% {
|
||||||
transform: scale(1.25);
|
transform: scale(1.25);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col class="mb-4">
|
<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>
|
<p class="subheading font-weight-regular">Build and share decks.</p>
|
||||||
<v-btn elevation="1" x-large color="#EA6F1A">Get started</v-btn>
|
<v-btn elevation="1" x-large color="#EA6F1A">Get started</v-btn>
|
||||||
|
|||||||
Reference in New Issue
Block a user