feat: add about page, style single page

This commit is contained in:
cellarspoon
2022-01-17 11:28:22 +01:00
parent f5ee96236b
commit 88a9bea8d2
5 changed files with 23 additions and 3 deletions

View File

@ -119,6 +119,13 @@ body {
padding-top: 10%;
}
.p-name {
padding-right: 1em;
}
.e-content {
padding-left: 1em;
}
/* base header & menu */
@ -816,4 +823,4 @@ footer a:hover {
.card.shout h2 a {
font-size: 26px;
}
}
}