jumbo-jekyll-theme 3.0.57 → 3.1.0
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/_sass/core/theme.scss +4 -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: bc4aa49af397fdb2d339d0b98d3fee75af36b4f5df1ab2544e3a3ad74e9aec3a
|
|
4
|
+
data.tar.gz: 5e18122ada35e9e8bd187b2db5603cc4b2f732f931cc61f47a32d910fcf50eca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de71c5ad8886c56334782abf6dcf83206215f26733aa224f26ffb90b22fba5972ea45468e664aed9aa0b95220bddb0d25e187763e14a6804564c58f133b0658b
|
|
7
|
+
data.tar.gz: 70a1b554af7e46049bd9f4399ebe325b2f973a6e26a04400b8ff94b98875e633855c1560d0ecdd7f9aaad4f9f4d744fce04a43a88070e9c409ebc29dcd1495ca
|
data/_sass/core/theme.scss
CHANGED
|
@@ -654,9 +654,13 @@ ul {
|
|
|
654
654
|
align-items: center;
|
|
655
655
|
justify-content: center;
|
|
656
656
|
flex-direction: column;
|
|
657
|
+
flex: 1 1 auto;
|
|
658
|
+
align-self: center;
|
|
657
659
|
}
|
|
658
660
|
.flex-container {
|
|
659
661
|
display: flex;
|
|
662
|
+
flex-direction: column;
|
|
663
|
+
align-items: center;
|
|
660
664
|
}
|
|
661
665
|
// Email Button
|
|
662
666
|
.container-fluid .email {
|