mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 09:05:22 -04:00
13 lines
181 B
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;
|
|
}
|
|
}
|