word-games-theme 0.2.6 → 0.2.7

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/post.html +7 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86dc44202743311507e142b78b737f58ee23e777e5ba30b5ff2b246441179116
4
- data.tar.gz: 95f4e5fdb720ebdf7074f79f87cb08ec37cbdac483863e74a191f1745ba3e39d
3
+ metadata.gz: 71e9d0f1e43933afc433fb3ef2289b98180f29dc2b813185bcb9e472ae7fb3dd
4
+ data.tar.gz: 41e5294582f1bfc6b06e6e1c2b0560917cd6aedff5a6f707424d570e79195747
5
5
  SHA512:
6
- metadata.gz: 5bd4aaa47cbc71e9d7176d616b93143f4a799af265ffd857fc7ee47ff2536f21aa0d9a82551dd4ca2f3ea3ec26344dfef2f06261f56b6033a47b87657d7f7534
7
- data.tar.gz: b7f011bb1e756d559b0e04c99467aeb924626fc98a12a7392a418bf27a6b472115fda96a5edbbab1f919a0293c693c0b06d007b33ac64fabea75b3b8c61e9ba9
6
+ metadata.gz: 15b513cf1249de1b92f32bc59eea88c733f31ee88117e2e5aad767a24db0d818b2f173e5cb6c3934a4144090620e05831eab1a0ff5c6818d7aeccc3c109c08d1
7
+ data.tar.gz: 380c89ef5a164980b923007840c9bbe2a922fe133f81b66295a0ba498e4d8fc1b3954a76fa1ba88b5ed2c050941e745bd37f14f4253d1c6b438714d36d6ca9b4
data/_layouts/post.html CHANGED
@@ -4,6 +4,10 @@
4
4
 
5
5
 
6
6
  <style>
7
+ .theseFeatures {
8
+ padding-left: 40px;
9
+ }
10
+
7
11
  .theseFeatures .featureLink:hover {
8
12
  text-decoration: underline !important;
9
13
  }
@@ -11,6 +15,7 @@
11
15
  @media (max-width:768px) {
12
16
  .theseFeatures {
13
17
  text-align: center !important;
18
+ padding-left: 0;
14
19
  }
15
20
 
16
21
  }
@@ -76,7 +81,7 @@
76
81
 
77
82
  </div>
78
83
 
79
- <div class="col-md-2 text-right theseFeatures">
84
+ <div class="col-md-2 theseFeatures">
80
85
  {%- if page.URLS -%}
81
86
  <h6 class="font-weight-bolder">Checkout out these features</h6>
82
87
  <br>
@@ -84,7 +89,7 @@
84
89
  <p> <a class="featureLink" style="font-size: 11px" href="{{item.url}}">{{item.name}}</a></p>
85
90
  {%- endfor -%}
86
91
  {% else %}
87
- <h6 class="font-weight-bolder">Checkout out these features</h6>
92
+ <h5 class="font-weight-bolder">Checkout out these features</h5>
88
93
  <br>
89
94
  {%- for item in site.pages limit: 10 -%}
90
95
  {%- if item.tool != "wordfinders" and item.tool != 'wordswithletter' and item.tool != '
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.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms