word-games-theme 0.9.2 → 0.9.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.
- checksums.yaml +4 -4
- data/_data/wordgames/en/root.json +1 -1
- data/assets/css/home.css +3 -3
- data/assets/css/style.css +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0450ed273413d1170969122a1758331dde127bf419c5142b81b7853ee34e498
|
|
4
|
+
data.tar.gz: 1dbc3be72d51e72b7bac2519193339e02d9348a38a6b879d22e7536a8a1b5c86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef14886ae8c2bf7d709fa73fb4b5031453ad37175ad6a632e620cd35c6f6600d798a6c11f1c280ce2aa8819e3b97042691a36a7e80a477cc1c17ead61c6f3fdb
|
|
7
|
+
data.tar.gz: 0ac040c17edeb5890f6ff55e44e5b7729f2bbf4c75b7bfec5224e74d6a03db2163acb577acd95f50547e285b0a681386ed221be424ae8fcd0c874053149a4e2a
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "Word finders to help you find word with given letters.",
|
|
3
|
-
"h1": "
|
|
3
|
+
"h1": "How many words can you make with these letters ?",
|
|
4
4
|
"h2": "Enters letters in gray, yellow, and green to see potential words",
|
|
5
5
|
"meta": "Use wordfinders to win any word games such as scrabble, word with friends etc.",
|
|
6
6
|
"featureNo": "02",
|
data/assets/css/home.css
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
/* padding-top: 1.5rem; */
|
|
16
16
|
}
|
|
17
17
|
.pageHeading > h1 {
|
|
18
|
-
font-size:
|
|
18
|
+
font-size: 24px;
|
|
19
19
|
}
|
|
20
20
|
.table {
|
|
21
21
|
height: 5em;
|
|
@@ -327,7 +327,7 @@ input:-webkit-autofill:active {
|
|
|
327
327
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
|
|
328
328
|
}
|
|
329
329
|
}
|
|
330
|
-
@media (max-width:
|
|
330
|
+
@media (max-width:600px) {
|
|
331
331
|
.pageHeading{
|
|
332
332
|
padding-left: 25px;
|
|
333
333
|
}
|
|
@@ -344,7 +344,7 @@ input:-webkit-autofill:active {
|
|
|
344
344
|
z-index: 99;
|
|
345
345
|
}
|
|
346
346
|
.pageHeading h1 {
|
|
347
|
-
font-size:
|
|
347
|
+
font-size: 1.8rem;
|
|
348
348
|
}
|
|
349
349
|
#containerWd {
|
|
350
350
|
width: 100% !important;
|
data/assets/css/style.css
CHANGED