improve responsiveness
This commit is contained in:
parent
fab03fac0c
commit
636324deea
4 changed files with 7 additions and 5 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue