build out comment page and opengraph rendering
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user