Created
November 1, 2017 16:48
-
-
Save domagude/c4eb6e6090db64901aa5decc1a58bd99 to your computer and use it in GitHub Desktop.
This file contains 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
... | |
@media screen and (max-width: 550px) { | |
.page-title { | |
font-size: 20px; | |
font-size: 2rem; | |
} | |
.new-post-button-parent { | |
text-align: center; | |
span { | |
display: none !important; | |
} | |
} | |
.post-button { | |
padding: 5px; | |
} | |
.category-item { | |
a { | |
padding: 5px; | |
} | |
} | |
} | |
@media screen and (max-width: 767px) { | |
.single-post-list { | |
min-height: 65px; | |
max-height: 65px; | |
padding: 10px 0; | |
} | |
} | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment