diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index 7d23b65..69a7c70 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -179,7 +179,7 @@ h1 { border-right: 1px solid #333; } -@media only screen and (max-width: 768px) { +@include mobile { .purchase, .win { width: 100vw; diff --git a/src/ui/PurchaseGraph.vue b/src/ui/PurchaseGraph.vue index d8747bc..0a87411 100644 --- a/src/ui/PurchaseGraph.vue +++ b/src/ui/PurchaseGraph.vue @@ -111,6 +111,8 @@ export default {