Merge pull request #59 from KevinMidboe/hotfix/layout-stolen-raffles

readd stolen raffles and layout fixes
This commit is contained in:
2020-11-03 13:09:44 +01:00
committed by GitHub
2 changed files with 5 additions and 4 deletions

View File

@@ -184,7 +184,6 @@ export default {
padding: 0 1em 0 1em;
display: flex;
width: 12.5em;
column-gap: 15px;
align-items: center;
text-decoration: none;
color: black;
@@ -196,6 +195,7 @@ export default {
p {
font-size: 16px;
margin-left: 15px;
}
@include tablet {
@@ -352,7 +352,7 @@ h1 {
}
.icon--arrow-long-right {
rotate: 90deg;
transform: rotate(90deg);
color: $link-color;
}

View File

@@ -5,8 +5,9 @@
<div class="total-raffles">
Totalt&nbsp;
<span class="total">{{ total }}</span>
&nbsp;kjøpte og&nbsp;
<span>{{ totalWin }}&nbsp;vinn</span>
&nbsp;kjøpte,&nbsp;
<span>{{ totalWin }}&nbsp;vinn og&nbsp;</span>
<span> {{ stolen }} stjålet </span>
</div>