This commit is contained in:
parent
6ee592d805
commit
b157aec21c
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ Weblog title: Death.au's Domain
|
||||||
Weblog description: This is a weblog.
|
Weblog description: This is a weblog.
|
||||||
Author: Gordon Pedersen (a.k.a. death.au)
|
Author: Gordon Pedersen (a.k.a. death.au)
|
||||||
// Canonical domain: elsewhere.tld
|
// Canonical domain: elsewhere.tld
|
||||||
Landing page: /profile
|
// Landing page: /profile
|
||||||
Landing page template: Landing Page Template
|
Landing page template: Landing Page Template
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -432,6 +432,7 @@ main.page:has(>#details){
|
||||||
#details {
|
#details {
|
||||||
grid-area: details;
|
grid-area: details;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
place-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bio {
|
#bio {
|
||||||
|
|
Loading…
Reference in a new issue