Skip to content

Instantly share code, notes, and snippets.

@rocket-martue
Created November 11, 2019 13:46
Show Gist options
  • Save rocket-martue/4b537d1bf43f481ad4273d35601a42dd to your computer and use it in GitHub Desktop.
Save rocket-martue/4b537d1bf43f481ad4273d35601a42dd to your computer and use it in GitHub Desktop.
h1.entry-title {
text-align: left;
font-size: 2.4rem;
}
@media (min-width: 700px) {
h1.entry-title {
font-size: 3.4rem;
}
}
@media (min-width: 1220px) {
h1.entry-title {
font-size: 4rem;
}
}
.widget .widget-title {
font-size: 2rem;
}
@media (min-width: 700px) {
.widget .widget-title {
font-size: 2.4rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment