jumbo-jekyll-theme 3.0.21 → 3.0.22
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 +0 -6
- 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: 7371e4bc7399aa1069c9f3f6c383ce1a3dad25f7c05d2103fd4e1aacd75d613f
|
|
4
|
+
data.tar.gz: 67334686fd1e8ddaa4847317df838b6608aa1c82b8576aa23c487c34526779af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2de1b362c63e05dbd43bcd9bae38249078007f301717e0e9098cd2f5fb0fd4965a764b1bad5e340e1c557471f283dd8aad89e171c439070d099d11f0c021178
|
|
7
|
+
data.tar.gz: 2beef4bdd458d21053095b48ff348a56a3db73c3c7e66213594c215a9c51f8971882cc255f689a50a3abc1272b5a8334444d6ea0b94463cfacf9404ab8a21b74
|
data/_sass/core/theme.scss
CHANGED
|
@@ -216,13 +216,7 @@ p .justified{
|
|
|
216
216
|
.row.shape-divider {
|
|
217
217
|
background-color: $brand-primary;
|
|
218
218
|
}
|
|
219
|
-
// Content Container - container used for actual content
|
|
220
219
|
// Not for breadcrumb / nav / footer
|
|
221
|
-
.container-fluid {
|
|
222
|
-
background-color: $body-bg;
|
|
223
|
-
padding-top: 20px;
|
|
224
|
-
padding-bottom: 20px;
|
|
225
|
-
}
|
|
226
220
|
.container-fluid ul { font-size:18px; }
|
|
227
221
|
.container-fluid ol { font-size: 18px;}
|
|
228
222
|
// Padded row css
|