diff --git a/components/ArticleFooter.vue b/components/ArticleFooter.vue index f0f653b8..86a92f1d 100644 --- a/components/ArticleFooter.vue +++ b/components/ArticleFooter.vue @@ -76,6 +76,8 @@ const onTagClick = (tag) => { flex: 0 0 auto; padding: 0.5rem; width: 100%; + } + @include media('>lg') { max-width: 730px; } }