mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 09:18:28 -04:00
19 lines
251 B
SCSS
19 lines
251 B
SCSS
.title {
|
|
margin-top: 0;
|
|
margin-bottom: 0.4em;
|
|
font-size: 2em;
|
|
text-align: center;
|
|
|
|
a {
|
|
background: none;
|
|
padding-bottom: 0;
|
|
color: var(--text);
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 800px) {
|
|
.title {
|
|
font-size: 1.8em;
|
|
}
|
|
}
|