1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 20:28:28 -04:00
jarv.is/components/PageTitle/PageTitle.module.css

17 lines
200 B
CSS

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