word-games-theme 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae02f5851e10c61809f5a17e28406729101839cdc896eb2d0c3698b966e3ab3b
4
- data.tar.gz: 356a4f8052623e7894a4d85cc543baff8c60081c81616d92bae3254693362e9b
3
+ metadata.gz: e0450ed273413d1170969122a1758331dde127bf419c5142b81b7853ee34e498
4
+ data.tar.gz: 1dbc3be72d51e72b7bac2519193339e02d9348a38a6b879d22e7536a8a1b5c86
5
5
  SHA512:
6
- metadata.gz: b8f93f4f51d0255d28d313ec7a0d8bc4a22ec7d513567def593f799d44f86a8859eddb8527f207bce826648bb684079189b7d28773a4ea71bad721ce0a045f27
7
- data.tar.gz: 5e8b83238d4cf677625e7811918907ac404f7ad94e8545faea5833e89dc066381b49624ee1c97264ad76d97438a444684218025b213cc33ed579ab8d9292b1d2
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": "Word Games Scrabble World",
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: 30px;
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:500px) {
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: 2rem;
347
+ font-size: 1.8rem;
348
348
  }
349
349
  #containerWd {
350
350
  width: 100% !important;
data/assets/css/style.css CHANGED
@@ -33,7 +33,7 @@ header {
33
33
 
34
34
  .navbar-section {
35
35
  width: 100%;
36
- padding: 1.2rem 10rem !important;
36
+ padding: 1.2rem 4rem !important;
37
37
  position: fixed;
38
38
  top: 0;
39
39
  left: 0;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms