You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
327 B
CSS

.faq {
background-color: #97E500;
color: #231f20;
}
a {
font-size: 1.25em;
color: #ea6126;
text-decoration: none;
}
.stats {
font-size: 1.5em!important;
}
@media only screen and (max-width: 1152px) {
/* Style adjustments for viewports that meet the condition */
.stats {
font-size: .75em!important;
}
}