-
Notifications
You must be signed in to change notification settings - Fork 67
Single Post
Laurel edited this page Sep 7, 2022
·
6 revisions
.single .entry-title {
font-size: 1.6em; /* default: 1.6em */
}
@media only screen and (min-width: 600px) {
.single .entry-title {
font-size: 1.8em; /* default: 2.2em */
}
}
@media only screen and (min-width: 782px) {
.single .entry-title {
font-size: 2.0em; /* default: 2.8em */
}
}
@media only screen and (min-width: 1168px) {
.single .entry-title {
font-size: 2.4em; /* default: 3.2em */
}
}
.single .entry-header .cat-links {
font-size: 0.7rem; /* default varies */
}