jumbo-jekyll-theme 4.4.4 → 4.4.5
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/blog.scss +7 -0
- data/_sass/core/theme.scss +24 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0cb4dba5b08597d3315a092d1417e15af5249dbfe72baa20512c1b7528cb2a1
|
|
4
|
+
data.tar.gz: eab64c634d6d3a2558d73231638b393aeaa1946a29857cf62741ecc1cb101515
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce8296b298abc92e545fbaeb0640ff8a2421a020b7a425f73591f3bd049e9de0d982677166059b0bb3fa1469f288db4bd8582af608fdcb38e5a840e8a94a2af5
|
|
7
|
+
data.tar.gz: 63c1a60d44fb0be277324abe83318948f2eec0e1e3901714f1abb9c2577e3f485aa11d38eb9a63db944409a91db2de246adce498a4f161782188d6e78ecfc806
|
data/_sass/core/blog.scss
CHANGED
|
@@ -655,4 +655,11 @@ pre.highlight {
|
|
|
655
655
|
}
|
|
656
656
|
.blog-featured-image.using-placeholder img {
|
|
657
657
|
object-fit: contain !important;
|
|
658
|
+
}
|
|
659
|
+
section.disqus {
|
|
660
|
+
padding-right: 20px;
|
|
661
|
+
margin-top: 40px;
|
|
662
|
+
@media(max-width: $screen-sm-min){
|
|
663
|
+
padding-right: 0px;
|
|
664
|
+
}
|
|
658
665
|
}
|
data/_sass/core/theme.scss
CHANGED
|
@@ -119,6 +119,30 @@ blockquote {
|
|
|
119
119
|
font-size: 18.75px;
|
|
120
120
|
border-left: 5px solid $brand-primary;
|
|
121
121
|
}
|
|
122
|
+
#wrapper blockquote{
|
|
123
|
+
font-size: 30px !important;
|
|
124
|
+
background: #f9f9f9;
|
|
125
|
+
margin: .5em 10px;
|
|
126
|
+
padding: 0 10px;
|
|
127
|
+
quotes: "\201C""\201D""\2018""\2019";
|
|
128
|
+
padding: 20px 20px;
|
|
129
|
+
line-height: 1.4;
|
|
130
|
+
margin-left: 0px;
|
|
131
|
+
border:1px solid #e1e1e1;
|
|
132
|
+
border-left: 10px solid #9aca33;
|
|
133
|
+
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
#wrapper blockquote:before {
|
|
137
|
+
content: open-quote;
|
|
138
|
+
display: inline;
|
|
139
|
+
line-height: 0;
|
|
140
|
+
left: -10px;
|
|
141
|
+
position: relative;
|
|
142
|
+
top: 30px;
|
|
143
|
+
color: #9acb33;
|
|
144
|
+
font-size: 3em;
|
|
145
|
+
}
|
|
122
146
|
.members-img {
|
|
123
147
|
width: auto;
|
|
124
148
|
height: 100px;
|
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: 4.4.
|
|
4
|
+
version: 4.4.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Kirkby
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-05-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|