Fixed blog example CSS (sorry) (#1601)

This commit is contained in:
AsyncBanana 2021-10-19 18:49:44 -04:00 committed by GitHub
parent c41d416752
commit d6402541c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ body {
gap: 1em; gap: 1em;
} }
.layout > article { .layout > :is(main, article) {
grid-column: 2; grid-column: 2;
} }