diff --git a/webapp/components/FilterMenu/FilterMenuSection.vue b/webapp/components/FilterMenu/FilterMenuSection.vue index 0970fac9b..7e82fa47e 100644 --- a/webapp/components/FilterMenu/FilterMenuSection.vue +++ b/webapp/components/FilterMenu/FilterMenuSection.vue @@ -80,10 +80,6 @@ export default { @media only screen and (max-width: 630px) { flex-direction: column; - > .title { - text-align: center; - } - // > .sidebar { // max-width: none; // } diff --git a/webapp/components/FilterMenu/PostTypeFilter.vue b/webapp/components/FilterMenu/PostTypeFilter.vue index 6a9b15985..f05554815 100644 --- a/webapp/components/FilterMenu/PostTypeFilter.vue +++ b/webapp/components/FilterMenu/PostTypeFilter.vue @@ -2,7 +2,7 @@