.sprocket-mosaic-title a {
line-height: 1.2em;
}
{codecitation class="brush:css"}
/* Smartphones */
@media (max-width: 480px) { ... }
/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) { ... }
/* Tablets */
@media (min-width: 768px) and (max-width: 959px) { ... }
/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) { ... }
/* Large Display */
@media (min-width: 1200px) { ... }
{/codecitation}
{mosaictitle class="brush:css"}
/* Smartphones */
@media (max-width: 480px) { .sprocket-mosaic-title a {
line-height: 0.6em;
} }
/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) { .sprocket-mosaic-title a {
line-height: 0.8em;
} }
/* Tablets */
@media (min-width: 768px) and (max-width: 959px) { .sprocket-mosaic-title a {
line-height: 1.0em;
} }
/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) { .sprocket-mosaic-title a {
line-height: 1.2em;
} }
/* Large Display */
@media (min-width: 1200px) { .sprocket-mosaic-title a {
line-height: 1.2em;
} }
{/mosaictitle}
@media (max-width: 480px) {
.sprocket-mosaic-title a {
font-size: 16px;
}
}
/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {
.sprocket-mosaic-title a {
font-size: 18px;
}
}
/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {
.sprocket-mosaic-title a {
font-size: 20px;
}
}
/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) {
.sprocket-mosaic-title a {
font-size: 22px;
}
}
/* Large Display */
@media (min-width: 1200px) {
.sprocket-mosaic-title a {
font-size: 24px;
}
}
The following users have thanked you: jshort
Time to create page: 0.078 seconds