mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 17:30:28 -04:00
25 lines
362 B
CSS
25 lines
362 B
CSS
.title {
|
|
margin: 0.3em 0 0.5em -0.03em;
|
|
font-size: 2.1em;
|
|
line-height: 1.3;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.title a {
|
|
color: inherit;
|
|
}
|
|
|
|
.title code {
|
|
font-size: 1em;
|
|
background: none !important;
|
|
border: 0 !important;
|
|
margin: 0 0.075em !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.title {
|
|
font-size: 1.8em;
|
|
}
|
|
}
|