1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-13 23:45:30 -04:00
Files
jarv.is/components/Title/Title.module.css
2022-01-18 09:25:09 -05:00

19 lines
248 B
CSS

.title {
margin-top: 0;
margin-bottom: 0.6em;
font-size: 2em;
text-align: center;
}
.title a {
background: none;
padding-bottom: 0;
color: var(--text);
}
@media screen and (max-width: 768px) {
.title {
font-size: 1.8em;
}
}