word-games-theme 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/assets/css/wordleSolver.css +12 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32c099f267df49623c527a4deac6d6b271ee0c3cf29bc33a212f7ab85b1d4035
4
- data.tar.gz: 685ee8d27a6b337b173f123ce895219571333e7fab9962ac486255d6eb5e0244
3
+ metadata.gz: 5a0285bc5bc3a0b219a3e2df13bb22745f604dc02c18012f2c55ff6e846e4b2b
4
+ data.tar.gz: 5ea301c17bc3425d1cc29c18a904e304106691e81ff01e60b384de93616471ca
5
5
  SHA512:
6
- metadata.gz: 2a475bf8de1ba5de38ef58c63132b828b1449e7767a5bcdf843034fe9cfd4d3936871868b1f676acfa199d219a08a6ee70dc239dc66f81ff4aebddf66ab4019e
7
- data.tar.gz: 2fa02573c17ac59d9ec93f6405c07ace5e27dd46bbeb229781e4bfdd5010381660d2afe7cf7e90bd848ae40f1dca396f188faef24f76d6df6d42b39a8dbfd7b2
6
+ metadata.gz: 8da2c8c850193cb50d244ffa95970ddefeac0c7a9a3c243ba5ba486e024408abfff871c251bafc5047a7ec65a42df7978d2a3230b61deff9937163a12e270bab
7
+ data.tar.gz: 96d2f870449c914e73e8b985883cde5f07cc686fac23639c4ad8cf593811e6ea167ac433f5a69f3dc7e6a398e5cf2baffdc913caa6eba2e3e3a3bd9aff9004a6
@@ -70,10 +70,11 @@
70
70
 
71
71
  .allfiveletterswords {
72
72
  background-color: white !important;
73
- width: auto;
73
+ width: 75%;
74
+ margin: 10px auto;
74
75
  height: auto;
75
76
  box-shadow: 0 0 2px rgb(0 0 0 / 20%);
76
- margin: 10px 0;
77
+ /* margin: 10px 0; */
77
78
  border-radius: 15px;
78
79
  }
79
80
  .allfiveletterswords > .wordListHeading {
@@ -86,6 +87,8 @@
86
87
 
87
88
  #wordleWordCount {
88
89
  font-size: 18px;
90
+ width: 75%;
91
+ margin: 10px auto;
89
92
  }
90
93
 
91
94
  .ws-fcs {
@@ -101,3 +104,10 @@
101
104
  color: #fff !important;
102
105
  background-color: #787c7e !important;
103
106
  }
107
+
108
+ @media (max-width: 768px) {
109
+ .allfiveletterswords,
110
+ #wordleWordCount {
111
+ width: 80%;
112
+ }
113
+ }
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.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms