Skip to content

Commit 4e4fc54

Browse files
fix spacing on comments (#63)
1 parent f4d5f23 commit 4e4fc54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common/common.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,10 @@
276276
.posts-map {
277277
padding: 0;
278278
grid-area: posts;
279+
width: auto;
280+
display: flex;
281+
justify-content: center;
282+
align-items: center;
279283
overflow: hidden;
280284
width: auto !important; // overrides very specific core style
281285
.badge-posts {

0 commit comments

Comments
 (0)