From 01c97cec70b2bd951b4379efd4c95a9f719dd816 Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Mon, 14 Jan 2019 10:43:28 -0800 Subject: [PATCH] Polish offers --- components/ChecklistItem/style.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/ChecklistItem/style.js b/components/ChecklistItem/style.js index ebce01a..0d85d54 100644 --- a/components/ChecklistItem/style.js +++ b/components/ChecklistItem/style.js @@ -366,9 +366,10 @@ export const OfferContainer = styled.a` @media (max-width: 768px) { align-items: flex-start; + margin-top: 8px; .icon { - top: 2px; + display: none; } }