diff --git a/app/assets/stylesheets/desktop/category-list.scss b/app/assets/stylesheets/desktop/category-list.scss index 3eab6a1076d..fe59aa77bf6 100644 --- a/app/assets/stylesheets/desktop/category-list.scss +++ b/app/assets/stylesheets/desktop/category-list.scss @@ -125,7 +125,15 @@ } div.column.categories { - margin-right: 2em; + @media all and (max-width : 600px) { + margin-right: 0; + } + @media all and (min-width : 600px) { + margin-right: 1em; + } + @media all and (min-width : 700px) { + margin-right: 2em; + } } .discourse-tag {