Skip to content

Commit 3239e79

Browse files
committed
fix: issue with post mobile layout
1 parent be0438d commit 3239e79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/Posts.vue

+1
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,7 @@ $postWidth__mobile: calc(100vw - 2rem);
11621162
"ads ads"
11631163
"main main";
11641164
grid-template-columns: 1fr;
1165+
grid-template-rows: auto auto 1fr;
11651166
}
11661167
}
11671168
}

0 commit comments

Comments
 (0)