website/_includes/styles/components/header.scss

20 lines
464 B
SCSS
Raw Normal View History

.page-header {
margin-left: auto;
margin-right: auto;
padding: 2rem 1rem;
max-width: var(--page--max-width);
text-align: center;
h1 {
margin: 0;
background: -webkit-linear-gradient(45deg, var(--color-red), var(--color-blue));
2023-07-26 22:08:14 -04:00
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
p.author {
font-family: var(--font--sans-serif-alt);
font-weight: 450;
font-stretch: 97%;
}
}