Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zakirsajib/79351c53918794c0728c5ec2bd79f633 to your computer and use it in GitHub Desktop.
Save zakirsajib/79351c53918794c0728c5ec2bd79f633 to your computer and use it in GitHub Desktop.
Hide the tag description in mobile
# Using CSS
@media screen and (max-width: 767px){
.site-branding p{
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment