jumbo-jekyll-theme 1.4.25 → 1.4.26
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 +5 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b4e85e1c71190e4071a3b42b93956666f7596c2
|
|
4
|
+
data.tar.gz: 4f249dd060fd5c08b945a4e6352f90a9f3c8112a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9ad65b2e0e96664e175be73efc7938223ec3afef9fe442221476a7925da10c667dab832e4b176aff8f993f78844a7225fc9ed615087c5696e8511661bb3e780
|
|
7
|
+
data.tar.gz: caafc229193cba9c9e8b74ad49bd9eb7fa476fe3dc9542bf3b5669ce381c9222095ed51443a39d0c9aed1b95ac695671344a39924e5d888be096e46c10489d8f
|
data/_sass/core/theme.scss
CHANGED
|
@@ -415,6 +415,11 @@ button#c-submit-button {
|
|
|
415
415
|
h1#home-page-title {
|
|
416
416
|
font-size: 25px;
|
|
417
417
|
}
|
|
418
|
+
//Remove the padding from columns on mobile views
|
|
419
|
+
#content-container .col-md-3, #content-container .col-md-9 {
|
|
420
|
+
padding-left:0;
|
|
421
|
+
padding-right:0;
|
|
422
|
+
}
|
|
418
423
|
}
|
|
419
424
|
|
|
420
425
|
//Remove italics from icons - Google Chrome.
|