/** Mobile Mode **/
@media (max-width: 768px) {
h8 {
font-size: 36px !important; }
h9 {
font-size: 36px !important; }
}
/** Large Mode **/
@media only screen and (min-width: 1200px) {
h8 {
font-family: "Lato", san-serif !important;
font-weight: 300;
color: #fff;
font-size: 18px; }
h9 {
font-family: "Lato", san-serif !important;
font-weight: 900;
color: #fff;
font-size: 18px;
}
}
The following users have thanked you: Andy Prosser
Time to create page: 0.067 seconds