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

12 lines
159 B
CSS

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