mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 09:38:27 -04:00
17 lines
200 B
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;
|
|
}
|
|
}
|