diff --git a/frontend/app.vue b/frontend/app.vue index ad1e1ff..1665ab4 100644 --- a/frontend/app.vue +++ b/frontend/app.vue @@ -19,11 +19,11 @@ const closeModal = () => { - + + + + + diff --git a/frontend/components/articles/ArticlesList.vue b/frontend/components/articles/ArticlesList.vue index 3231515..0e832fa 100644 --- a/frontend/components/articles/ArticlesList.vue +++ b/frontend/components/articles/ArticlesList.vue @@ -11,10 +11,14 @@ type Props = { const props = defineProps(); const { articles } = toRefs(props); +// state + +const isMobile = useMediaQuery('(max-width: 1024px)'); +