feat: Finished about page layout
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 3s

This commit is contained in:
2025-08-07 00:41:58 -04:00
parent c0b577fe1d
commit 5cbd1e76f9
3 changed files with 84 additions and 5 deletions

View File

@ -340,6 +340,11 @@ footer ul li:last-child {
margin-left: 2rem;
}
.super-center {
display: grid;
place-items: center;
}
/* -xs */
@media (min-width: 576px) {
.container {