Style about and join pages

This commit is contained in:
Chris Lowis
2025-06-25 21:09:14 +01:00
parent b562b72d44
commit fa70991744
3 changed files with 62 additions and 15 deletions

View File

@ -41,6 +41,51 @@ h1, h2, h3, h4, h5, h6 {
font-family: "open_sansbold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.default-wrapper {
display: flex;
flex-direction: column;
align-items: center;
}
.page-heading {
display: flex;
justify-content: center;
padding: 1rem;
}
.page-heading h1 {
font-size: 2.5rem;
}
section.content {
padding: var(--space-sm);
max-width: 900px;
}
section.content p {
font-size: 1rem;
line-height: 1.6rem;
margin-bottom: 1rem;
}
section.content ul {
font-size: 1rem;
line-height: 1.6rem;
margin-bottom: 1rem;
}
section.content h2 {
font-size: 1.5rem;
line-height: 1.6rem;
margin-bottom: 1rem;
}
@media screen and (width >= 480px) {
section.content {
padding: var(--space-xl);
}
}
.header {
display: flex;
padding: var(--space-md);
@ -83,7 +128,6 @@ h1, h2, h3, h4, h5, h6 {
gap: var(--space-md);
align-items: center;
text-align: center;
}
.hero_body {