word-games-theme 3.0.5 → 3.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/wordgames-home.html +20 -2
- data/assets/css/wordgames-home.css +1 -0
- 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: 43323a8f6d949cde1a7765beb4f8d1cd99eff0b3b09c26a1fa6d37f031b159f7
|
4
|
+
data.tar.gz: b14040e6c7311726980dccbf4be3831d96632a0d0cebb92977bd0f1ff554eb7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c1caecfcf6450a1f227cd1d8f0a090500f804ce2d95ef614fa32578292a972f4983167697eea9165bd5edfb91561178e62e3fe0ba3be406143556c3f2565f69
|
7
|
+
data.tar.gz: db80a3df8920883f72ec763d7e7991421f3bcf7e83cc95b56114500fd2f0e0ee24aacfe28d3828759e0f6e7032ebac01c8c09c498628db963f256b47c31eb6f4
|
@@ -4,19 +4,37 @@
|
|
4
4
|
{%- include wordgames/head/head.html -%}
|
5
5
|
|
6
6
|
{%- if site.noResultPage or page.noResultPage -%}
|
7
|
+
|
8
|
+
{%- if page.letter -%}
|
7
9
|
<style>
|
8
10
|
.main-header {
|
9
|
-
|
11
|
+
padding-top: 12vh;
|
10
12
|
margin: 0px !important;
|
11
|
-
height:
|
13
|
+
height: auto;
|
12
14
|
/* padding-bottom: 50vh; */
|
13
15
|
background-image: radial-gradient(#e4e4f4 2px, transparent 2px);
|
14
16
|
background-size: 25px 25px;
|
15
17
|
background-color: unset !important;
|
16
18
|
}
|
17
19
|
</style>
|
20
|
+
{%- else -%}
|
21
|
+
<style>
|
22
|
+
.main-header {
|
23
|
+
margin: 0px !important;
|
24
|
+
height: 70vh;
|
25
|
+
/* padding-bottom: 50vh; */
|
26
|
+
background-image: radial-gradient(#e4e4f4 2px, transparent 2px);
|
27
|
+
background-size: 25px 25px;
|
28
|
+
background-color: unset !important;
|
29
|
+
}
|
30
|
+
</style>
|
31
|
+
|
18
32
|
{%- endif -%}
|
19
33
|
|
34
|
+
{%- endif -%}
|
35
|
+
|
36
|
+
|
37
|
+
|
20
38
|
<body>
|
21
39
|
{%- include wordgames/header/new-header.html -%}
|
22
40
|
|