Skip to content

Mobile view removes images from features #235

Answered by vincerubinetti
snaqvi1990 asked this question in Q&A
Discussion options

You must be logged in to vote

Unfortunately this looks like a bug, specifically with mobile Safari (I'm assuming that's what you're using? Safari is usually the problematic browser, Chrome and Firefox usually do things right).

A quick fix:

Under @media (max-width: 800px) .feature-image { in /_styles/feature.scss, change width: unset; to width: 100%;. That should fix it.

I'll capture this bug in an issue.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by vincerubinetti
Comment options

You must be logged in to vote
2 replies
@vincerubinetti
Comment options

@snaqvi1990
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants