updating to handle responsive centering
This commit is contained in:
parent
1f0764df10
commit
6ef0467b49
|
|
@ -1,8 +1,10 @@
|
||||||
.filters-toolbar {
|
.filters-toolbar {
|
||||||
@apply flex
|
@apply flex
|
||||||
flex-col
|
flex-row
|
||||||
justify-center
|
justify-start
|
||||||
md:flex-row
|
md:justify-center
|
||||||
|
lg:justify-start
|
||||||
|
|
||||||
flex-wrap
|
flex-wrap
|
||||||
container
|
container
|
||||||
mx-auto
|
mx-auto
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user