diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index c095e1a..5e8affc 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -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; } diff --git a/src/ui/TotalBought.vue b/src/ui/TotalBought.vue index 7b69dd5..d7998bd 100644 --- a/src/ui/TotalBought.vue +++ b/src/ui/TotalBought.vue @@ -5,8 +5,9 @@
Totalt  {{ total }} -  kjøpte og  - {{ totalWin }} vinn +  kjøpte,  + {{ totalWin }} vinn og  + {{ stolen }} stjålet