1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-16 21:05:33 -04:00
Files
jarv.is/components/Content/Content.module.css

13 lines
181 B
CSS

.content {
font-size: 0.9em;
line-height: 1.7;
color: var(--text);
}
@media screen and (max-width: 768px) {
.content {
font-size: 0.925em;
line-height: 1.85;
}
}