feat: Added about page content
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 4s

note: need to find suitable images for placeholders
This commit is contained in:
2025-08-18 02:41:41 -04:00
parent b0643c3f3a
commit 2d0134a51b
2 changed files with 35 additions and 5 deletions

View File

@ -15,7 +15,12 @@
padding: 2rem 2rem;
font-size: 1.25rem;
}
.content > p {
text-align: center;
}
.content > p:not(:first-child) {
margin-top: 2rem;
}
.alternating-background-container > :nth-child(2n-1) {
background-color: var(--primary-alternating-color);
}