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; } }