Skip to content

Instantly share code, notes, and snippets.

@sergiu-radu
Created February 19, 2021 15:47
Show Gist options
  • Save sergiu-radu/7b538824d33a7059d6a4f5b7ce29482f to your computer and use it in GitHub Desktop.
Save sergiu-radu/7b538824d33a7059d6a4f5b7ce29482f to your computer and use it in GitHub Desktop.
@media (max-width: 999px) {
.product[class*="top-gallery"] .entry-summary {
display: flex;
flex-direction: column-reverse;
}
.product[class*="top-gallery"] .entry-summary section:last-child {
border-top: none;
border-bottom: 1px solid var(--border-color);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment