@everymatrix/casino-games-category-section 1.10.1 → 1.10.3
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.
|
|
3
|
+
"version": "1.10.3",
|
|
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": "
|
|
38
|
+
"gitHead": "98d132fbb25ecc10cce6f3caf89f35ab2f59c3d1"
|
|
39
39
|
}
|
|
@@ -988,7 +988,7 @@
|
|
|
988
988
|
display: flex;
|
|
989
989
|
align-items: center;
|
|
990
990
|
justify-content: space-between;
|
|
991
|
-
padding: 8px
|
|
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:
|
|
1057
|
-
|
|
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) {
|