From 5917217c6715ac826de4ef498aca035a75583458 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sat, 25 Jan 2020 14:17:49 +0100 Subject: [PATCH] Padding on mobile was aligning weird and overflowing right off screen. --- src/components/VinlottisPage.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index 9ab8955..db2ee7e 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -97,7 +97,6 @@ export default { width: 75%; @include mobile { - padding: 0 1.25rem; width: 100%; } }