mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-21 23:55:57 -04:00
22 lines
279 B
CSS
22 lines
279 B
CSS
.title {
|
|
margin: 0.3em 0 0.5em -0.03em;
|
|
font-size: 2.1em;
|
|
line-height: 1.3;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.title code {
|
|
margin: 0 0.075em;
|
|
}
|
|
|
|
.link {
|
|
color: var(--text);
|
|
text-decoration: none;
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.title {
|
|
font-size: 1.8em;
|
|
}
|
|
}
|