Padding on mobile was aligning weird and overflowing right off screen.

This commit is contained in:
2020-01-25 14:17:49 +01:00
parent b39dea5705
commit 5917217c67

View File

@@ -97,7 +97,6 @@ export default {
width: 75%; width: 75%;
@include mobile { @include mobile {
padding: 0 1.25rem;
width: 100%; width: 100%;
} }
} }