clamp width
This commit is contained in:
parent
84bc34fa4a
commit
422587e5df
1 changed files with 1 additions and 1 deletions
|
@ -35,5 +35,5 @@ pub fn CardBuilder(article_type: ArticleType) -> impl IntoView {
|
|||
.collect_view()
|
||||
})
|
||||
};
|
||||
view! { <div class="flex flex-wrap place-content-evenly mx-auto max-w-11/12">{cards_view}</div> }
|
||||
view! { <div class="flex overflow-x-scroll flex-wrap place-content-evenly mx-auto w-11/12 max-w-screen-xl">{cards_view}</div> }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue