Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created May 13, 2020 18:57
Show Gist options
  • Save ibndawood/83dabc404086f47127a5a51593fdf201 to your computer and use it in GitHub Desktop.
Save ibndawood/83dabc404086f47127a5a51593fdf201 to your computer and use it in GitHub Desktop.
Vodi - Blog Single Post Title size small in mobile
@media( max-width: 768px ) {
.single-article .article__title {
font-size: 24px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment