updating to handle responsive centering

This commit is contained in:
Antoine M 2023-10-26 18:08:38 +02:00
parent 1f0764df10
commit 6ef0467b49

View File

@ -1,8 +1,10 @@
.filters-toolbar {
@apply flex
flex-col
justify-center
md:flex-row
flex-row
justify-start
md:justify-center
lg:justify-start
flex-wrap
container
mx-auto