mirror of
https://git.coop/cotech/website.git
synced 2025-06-27 00:50:55 +00:00
Style service/technology pages
This commit is contained in:
@ -45,18 +45,27 @@ h1, h2, h3, h4, h5, h6 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: var(--space-lg);
|
||||
margin-bottom: var(--space-lg);
|
||||
}
|
||||
|
||||
.page-heading {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 1rem;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: var(--space-md);
|
||||
padding: var(--space-md);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.page-heading h1 {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
.page-heading p {
|
||||
max-width: 60ch;
|
||||
}
|
||||
|
||||
section.content {
|
||||
padding: var(--space-sm);
|
||||
max-width: 900px;
|
||||
|
Reference in New Issue
Block a user