Fix width of offer

This commit is contained in:
Brian Lovin 2019-01-14 10:47:49 -08:00
parent 01c97cec70
commit 5f63554b49

View file

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