feat: Added about page content
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 4s
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:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user