From 609042a98571ccc7bfdf986c648bb0446d6dab41 Mon Sep 17 00:00:00 2001 From: walsh9 Date: Thu, 16 Feb 2023 12:04:11 -0500 Subject: [PATCH] change breakpoint (#238) --- components/ArticleFooter.vue | 2 ++ 1 file changed, 2 insertions(+) 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; } }