Files
jarv.is/components/NoteTitle/NoteTitle.module.css
T
2022-02-26 11:39:16 -05:00

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;
}
}