mosaic -> waterfall

This commit is contained in:
2024-07-07 18:35:53 +12:00
parent 2b8112a3fb
commit 6042bca612
5 changed files with 10 additions and 10 deletions

@ -1325,11 +1325,11 @@ summary.comment_data {
/* Layouts */
.mosaic #posts > .post {
.waterfall #posts > .post {
break-inside: avoid-column;
}
.mosaic #posts {
.waterfall #posts {
column-width: 500px;
column-gap: 10px;
}