intia-theme 0.1.40 → 0.1.41
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/_layout.scss +0 -2
- 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: b72c8e3d291599b718af47eea19a6f4c11443f37bf6534ad2b131cd474e312a8
|
|
4
|
+
data.tar.gz: 7420eb4b7ac752a70f4044e92b3c85de814b539c6819806be2bc20b8996ed31e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4611ab66a531669c4b774ef1fb2888a7f7fc3f3caf878a63a464b2af486a6f5a5e38072a1b7e9f04cc63be5f9e52443da72f643f138e0235f5ca4dc071bf21dd
|
|
7
|
+
data.tar.gz: 378e6c9e78bca3181d2740a54c1519d469d4b01581eb86077b81f65dce3be86ea3abf3dd93277306993ecaa1f0aefe9dbc7b9a5958a4b1ab7691111b6ac2d9e3
|
data/_sass/_layout.scss
CHANGED
|
@@ -706,12 +706,10 @@ figcaption {
|
|
|
706
706
|
.highlighter img.with-zone {
|
|
707
707
|
width: 100%;
|
|
708
708
|
float: none;
|
|
709
|
-
border-radius: 0;
|
|
710
709
|
}
|
|
711
710
|
.highlighter .column {
|
|
712
711
|
padding-top: 2rem;
|
|
713
712
|
padding-bottom: 2rem;
|
|
714
|
-
text-align: center;
|
|
715
713
|
}
|
|
716
714
|
.highlighter .column .button.highlighter-column-button {
|
|
717
715
|
margin-top: 1em;
|