Created
July 28, 2020 03:46
-
-
Save KDawg/e90bca005c36115a67cd1fc93d3d5c8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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