Skip to content

Instantly share code, notes, and snippets.

@yousufansa
Created August 13, 2019 08:10
Show Gist options
  • Save yousufansa/1343e83f60d634a6bb950d9f1f3fcf6a to your computer and use it in GitHub Desktop.
Save yousufansa/1343e83f60d634a6bb950d9f1f3fcf6a to your computer and use it in GitHub Desktop.
Electro - Hide Footer Brand Carousel on Mobile
@media (max-width: 568px) {
.site-content+.brands-carousel {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment