Merge pull request #21 from brianlovin/cleanup-extras

Fix width of offer
This commit is contained in:
Brian Lovin 2019-01-14 10:48:11 -08:00 committed by GitHub
commit c77a8b3955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;