diff --git a/common/common.scss b/common/common.scss index 88a5953..f219625 100644 --- a/common/common.scss +++ b/common/common.scss @@ -276,6 +276,10 @@ .posts-map { padding: 0; grid-area: posts; + width: auto; + display: flex; + justify-content: center; + align-items: center; overflow: hidden; width: auto !important; // overrides very specific core style .badge-posts {