2022-08-28 06:41:20 +00:00
|
|
|
h1.page-header {
|
2022-08-27 18:27:41 +00:00
|
|
|
font-size: 2.75em;
|
|
|
|
line-height: 100%;
|
|
|
|
font-family: var(--header-font);
|
|
|
|
margin: 4rem 0px 1rem 0px;
|
2022-08-28 06:41:20 +00:00
|
|
|
|
|
|
|
max-width: 720px;
|
2022-08-27 18:27:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.centered-header {
|
|
|
|
font-family: var(--header-font);
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
top: 40%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
text-align: center;
|
|
|
|
font-size: 4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 1em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
header .main {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
|
|
|
/* Otherwise header and menu is too close on small screens*/
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.meta {
|
|
|
|
color: var(--text-1);
|
|
|
|
letter-spacing: -0.5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
color: var(--primary-color);
|
|
|
|
content: "# ";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 1.4rem;
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
color: var(--primary-color);
|
|
|
|
content: "## ";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
font-size: 1.3rem;
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
color: var(--primary-color);
|
|
|
|
content: "### ";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
font-size: 1.2rem;
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
color: var(--primary-color);
|
|
|
|
content: "#### ";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h6 {
|
|
|
|
font-size: 1.1rem;
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
color: var(--primary-color);
|
|
|
|
content: "##### ";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-dot {
|
|
|
|
font-family: var(--system-font);
|
|
|
|
font-size: 5rem;
|
|
|
|
line-height: 1rem;
|
|
|
|
}
|