Skip to content

Instantly share code, notes, and snippets.

@KDawg
Created July 28, 2020 03:46
Show Gist options
  • Save KDawg/e90bca005c36115a67cd1fc93d3d5c8a to your computer and use it in GitHub Desktop.
Save KDawg/e90bca005c36115a67cd1fc93d3d5c8a to your computer and use it in GitHub Desktop.
.logo-mark__article-end-mark {
display: block;
margin: 0 auto;
}
@media screen and (max-width: 650px) {
.logo-mark__article-end-mark {
transform: scale(0.75, 0.75);
}
}
@media screen and (min-width: 1700px) {
.logo-mark__article-end-mark {
transform: scale(1.5, 1.5);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment