Files
jarv.is/components/PageTitle/PageTitle.module.css
T

18 lines
225 B
CSS

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