build out comment page and opengraph rendering

This commit is contained in:
2024-11-28 01:51:52 -07:00
parent e660906090
commit 92c981a7e3
13 changed files with 708 additions and 295 deletions

View File

@ -23,13 +23,13 @@ a,
@media (min-width: 1024px) {
body {
display: flex;
/*display: flex;*/
place-items: center;
}
#app {
display: grid;
grid-template-columns: 1fr 1fr;
/*display: grid;*/
/*grid-template-columns: 1fr 1fr;*/
padding: 0 2rem;
}
}