Fix for overlapping images in the mobile view of venues.html, currently present on the live website.
(Before/After)
Despite this PR offering some significant improvement over venues.html, still has some some small issue with order of content. (map would be sticking to second picture in this case). I'm no CSS master, but seems like text content and images are using same left/right container, so reordering text in mobile view subsequently moves images in an unwanted way, vice versa.
Fix for overlapping images in the mobile view of venues.html, currently present on the live website.
(Before/After)
Despite this PR offering some significant improvement over venues.html, still has some some small issue with order of content. (map would be sticking to second picture in this case). I'm no CSS master, but seems like text content and images are using same left/right container, so reordering text in mobile view subsequently moves images in an unwanted way, vice versa.
(Changes do not to affect index.html)
Remove map padding in venues.html
Before
After