jumbo-jekyll-theme 1.4.46 → 1.4.47
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/footer.scss +16 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f317cf56d01a5d2ddf12c5be1f31f2a366b41c5c
|
4
|
+
data.tar.gz: 4f05ea1b1ca9919679dece78bf48db33ed4031a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 797f948de02ad7dd29b76d326b81a6ac5f2c2dd41c45b75fb09f60e42c283a64bd094e8037603a1e138d379ca49073d4354464edfda6ba89c3e082efa3da580e
|
7
|
+
data.tar.gz: 5c20bae9df815fc0421af1142a27e53c743e3bf161f383e29e374c58a2049ae6d92d821c963301f4b0ffb488392843b5a734745cc25c5b7ea459c5dab8312868
|
data/_sass/core/footer.scss
CHANGED
@@ -105,6 +105,9 @@ div.row.footer-strip > div > div.pull-right > ul a:hover{
|
|
105
105
|
line-height: 50px;
|
106
106
|
color: $footer-text-color;
|
107
107
|
}
|
108
|
+
|
109
|
+
|
110
|
+
|
108
111
|
.coloured-bp{
|
109
112
|
color: $brand-primary;
|
110
113
|
}
|
@@ -150,3 +153,16 @@ a.btn.btn-social-icon:hover i {
|
|
150
153
|
color: $footer-text-color;
|
151
154
|
}
|
152
155
|
|
156
|
+
@media(max-width:$screen-sm-min - 1){
|
157
|
+
.footer-strip .container div, .footer-strip {
|
158
|
+
text-align: center;
|
159
|
+
}
|
160
|
+
a.btn.btn-social-icon {
|
161
|
+
margin-right: 0;
|
162
|
+
padding-right: 0;
|
163
|
+
text-align: center;
|
164
|
+
margin-left: 0;
|
165
|
+
padding: 4px;
|
166
|
+
}
|
167
|
+
}
|
168
|
+
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jumbo-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.47
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-05-
|
11
|
+
date: 2018-05-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|