mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 07:05:21 -04:00
13 lines
177 B
CSS
13 lines
177 B
CSS
.content {
|
|
font-size: 0.9em;
|
|
line-height: 1.7;
|
|
color: var(--colors-text);
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.content {
|
|
font-size: 0.925em;
|
|
line-height: 1.85;
|
|
}
|
|
}
|