mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 21:10:29 -04:00
27 lines
407 B
CSS
27 lines
407 B
CSS
.title {
|
|
margin: 0.3em 0 0.5em -0.03em;
|
|
font-size: 2.1em;
|
|
line-height: 1.3;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.title a {
|
|
background: none;
|
|
padding-bottom: 0;
|
|
color: var(--text);
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|