word-games-theme 2.1.3 → 2.1.4
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.
- checksums.yaml +4 -4
- data/assets/css/style.css +1 -1
- 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: f1cbb8a2cfafdf5269c9b68a00aa9699e9986477404e9fb2144864ecc59badfc
|
|
4
|
+
data.tar.gz: f3a5d09d12824c6dd3260ed82f0cb7a8a106a4dac2f8185f1c2e17e393cee6b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1fe5ba47af0cdedba285e5295d9e01b3750661f690f531659698d6454427fb59367cdcef3420e92453140c8764fe947d0025e47335b3d1e98c9ba0236ac9632
|
|
7
|
+
data.tar.gz: 64c011253df5c0490bad5b253dc03b55dbae3b5031f100f273b76f6302e1a3aa4c84e154823c5649ba17120043f4204205735b2d63d168eab4620a1b3d9e15c9
|
data/assets/css/style.css
CHANGED
|
@@ -625,7 +625,7 @@ header {
|
|
|
625
625
|
.inforgraphics_section {
|
|
626
626
|
width: 100%;
|
|
627
627
|
padding: 50px 0px 50px 0px;
|
|
628
|
-
border-top: 1px solid rgb(224, 224, 224);
|
|
628
|
+
/* border-top: 1px solid rgb(224, 224, 224); */
|
|
629
629
|
display: flex;
|
|
630
630
|
flex-direction: column;
|
|
631
631
|
align-items: center;
|