Some margin between button and text.
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
:href="wine.vivinoLink"
|
:href="wine.vivinoLink"
|
||||||
class="wine-link"
|
class="wine-link"
|
||||||
>Les mer på {{ hostname(wine.vivinoLink) }}</a>
|
>Les mer på {{ hostname(wine.vivinoLink) }}</a>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
v-if="winner"
|
v-if="winner"
|
||||||
@click="choseWine(wine.name)"
|
@click="choseWine(wine.name)"
|
||||||
@@ -174,4 +175,8 @@ a:visited {
|
|||||||
color: $red;
|
color: $red;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vin-button {
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user