Skip to content

Instantly share code, notes, and snippets.

@domagude
Created November 1, 2017 16:48
Show Gist options
  • Save domagude/c4eb6e6090db64901aa5decc1a58bd99 to your computer and use it in GitHub Desktop.
Save domagude/c4eb6e6090db64901aa5decc1a58bd99 to your computer and use it in GitHub Desktop.
...
@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