From 5f63554b499c849023c08ae115c15b1efacc7857 Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Mon, 14 Jan 2019 10:47:49 -0800 Subject: [PATCH] Fix width of offer --- components/ChecklistItem/style.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ChecklistItem/style.js b/components/ChecklistItem/style.js index 0d85d54..3de5c9a 100644 --- a/components/ChecklistItem/style.js +++ b/components/ChecklistItem/style.js @@ -367,6 +367,7 @@ export const OfferContainer = styled.a` @media (max-width: 768px) { align-items: flex-start; margin-top: 8px; + width: 100%; .icon { display: none;