@everymatrix/casino-filter-page 0.0.250 → 0.0.251

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-filter-page",
3
- "version": "0.0.250",
3
+ "version": "0.0.251",
4
4
  "main": "dist/casino-filter-page.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "a6d1510ec4bbfb0c340f1528b6c6636b9552705c"
39
+ "gitHead": "d39a0752d3212dfa393748d70c01eb211ac4c902"
40
40
  }
@@ -498,7 +498,10 @@
498
498
  .FilterFooterSection {
499
499
  margin: 30px auto 15px;
500
500
  grid-gap: 10px;
501
+ width: 100%;
501
502
  .ClearFiltersButton, .ApplyFiltersButton {
503
+ width: 100%;
504
+ max-width: 180px;
502
505
  font-size: 12px;
503
506
  }
504
507
  }