From b34dca744d26492ddb0d8ef6f1718f265afc1346 Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Tue, 23 Oct 2018 15:44:21 +0200 Subject: [PATCH] Adding margin so you can still access the two-up --- src/components/Options/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Options/style.scss b/src/components/Options/style.scss index e3d26082..460e5916 100644 --- a/src/components/Options/style.scss +++ b/src/components/Options/style.scss @@ -9,7 +9,7 @@ $horizontalPadding: 15px; flex-flow: column; max-width: 400px; margin: 0 auto; - width: 100%; + width: calc(100% - 60px); @media (min-width: 600px) { width: 300px;