improve responsiveness

This commit is contained in:
Vri 🌈 2023-07-06 18:47:00 +02:00
parent fab03fac0c
commit 636324deea
Signed by: vrifox
GPG key ID: D40098E5B60B2197
4 changed files with 7 additions and 5 deletions

View file

@ -7,9 +7,9 @@ import SearchBar from '@/components/SearchBar.vue'
<template>
<SearchBar />
<div
class="flex flex-row"
class="flex flex-row place-content-center xl:w-3/4 place-self-center"
>
<FilterSidebar />
<TopicList />
<TopicList class="grow" />
</div>
</template>