INN / umbrella-citylimits

CityLimits.org Site
https://citylimits.org
GNU General Public License v2.0
0 stars 2 forks source link

Hide Newsletter pop-up on mobile homepage #131

Closed joshdarby closed 4 years ago

joshdarby commented 4 years ago

We need to hide this popup on mobile:

Prod: screen_shot_2019-12-09_at_4 09 37_pm

Staging: Screen Shot 2019-12-09 at 4 13 17 PM

Can be hidden easily with css:

.home .newsletter-signup.footer.mobile {
   display: none;
}