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

18 lines
233 B
CSS

.title {
margin-top: 0;
margin-bottom: 0.6em;
font-size: 1.7em;
font-weight: 600;
text-align: center;
}
.link {
color: var(--colors-text) !important;
}
@media (max-width: 768px) {
.title {
font-size: 1.8em;
}
}