2023-07-26 22:06:55 -04:00
|
|
|
.page-header {
|
2023-07-26 22:31:46 -04:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
padding: 2rem 1rem;
|
|
|
|
max-width: var(--page--max-width);
|
2023-07-26 22:06:55 -04:00
|
|
|
text-align: center;
|
|
|
|
h1 {
|
2023-08-03 18:31:28 -04:00
|
|
|
margin: 0;
|
2023-07-26 22:06:55 -04:00
|
|
|
background: -webkit-linear-gradient(45deg, var(--color-red), var(--color-blue));
|
2023-07-26 22:08:14 -04:00
|
|
|
background-clip: text;
|
2023-07-26 22:06:55 -04:00
|
|
|
-webkit-background-clip: text;
|
|
|
|
-webkit-text-fill-color: transparent;
|
2023-11-28 21:15:36 -05:00
|
|
|
@media screen and (min-width: 48rem) {
|
|
|
|
font-size: 2.5rem;
|
|
|
|
letter-spacing: -0.02em;
|
|
|
|
}
|
2023-07-26 22:06:55 -04:00
|
|
|
}
|
2023-11-29 13:12:49 -05:00
|
|
|
p.author {
|
|
|
|
font-family: var(--font--sans-serif-alt);
|
|
|
|
font-weight: 450;
|
|
|
|
font-stretch: 97%;
|
2023-07-26 22:06:55 -04:00
|
|
|
}
|
|
|
|
}
|