diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index ec5b6202ddc..9eb3c5b49a3 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -1,3 +1,8 @@ +.container.posts { + grid-template-areas: "posts"; + grid-template-columns: auto; +} + .post-info a { color: var(--primary-medium); }