mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 14:56:21 -04:00
22 lines
275 B
CSS
22 lines
275 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: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.title {
|
|
font-size: 1.8em;
|
|
}
|
|
}
|