forked from autonomic-cooperative/cotech-website
Style about and join pages
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user