word-games-theme 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/post.html +7 -2
- 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: 71e9d0f1e43933afc433fb3ef2289b98180f29dc2b813185bcb9e472ae7fb3dd
|
4
|
+
data.tar.gz: 41e5294582f1bfc6b06e6e1c2b0560917cd6aedff5a6f707424d570e79195747
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
-
<
|
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 != '
|