Style service/technology pages

This commit is contained in:
Chris Lowis
2025-06-25 21:34:58 +01:00
parent 97e868dc91
commit 06c0d8f45f
3 changed files with 45 additions and 34 deletions

View File

@ -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;