@everymatrix/casino-games-category-section 1.10.0 → 1.10.2

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-games-category-section",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
4
4
  "main": "dist/casino-games-category-section.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "9ccf680032da454b5c7417f978da996ec52e4554"
38
+ "gitHead": "0608b5f0449d8bd54dcb9e847e35e9b91c4398a2"
39
39
  }
@@ -988,7 +988,7 @@
988
988
  display: flex;
989
989
  align-items: center;
990
990
  justify-content: space-between;
991
- padding: 8px 5px 0;
991
+ padding: 8px 0 0;
992
992
  margin-bottom: 16px;
993
993
  .CategoryNameLink {
994
994
  display: block;
@@ -1053,9 +1053,8 @@
1053
1053
  .CategoryFilterContainer {
1054
1054
  display: grid;
1055
1055
  grid-template-columns: 1fr 1fr;
1056
- gap: 17px;
1057
- justify-items: center;
1058
- }
1056
+ gap: 20px;
1057
+ }
1059
1058
 
1060
1059
  @media screen and (max-width: 385px) {
1061
1060
  .CasinoGamesGrid {
@@ -1097,6 +1096,10 @@
1097
1096
  .CategoryName {
1098
1097
  margin-bottom: 20px;
1099
1098
  }
1099
+
1100
+ .CategoryFilterContainer {
1101
+ width: 100%;
1102
+ }
1100
1103
  }
1101
1104
 
1102
1105
  @media screen and (min-width: 1100px) {