Skip to content

Commit

Permalink
#179 Hide date on tag page when screen too small
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Aug 17, 2019
1 parent 42fbb6c commit 9eda1ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _sass/layouts/_tags.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@
line-height: normal;
}
}

@media screen and (max-width: $sm-break) {
.tag-posts .meta {
display: none;
}
}

0 comments on commit 9eda1ae

Please sign in to comment.