intia-theme 0.1.36 → 0.1.37
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/_layout.scss +1 -3
- 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: c6ce6e488ec71c7cfc24804657e981ae78fcfcca4e602f86b5ddc0095f6042b8
|
4
|
+
data.tar.gz: b178360b06e0573bb65b0d166df44dc56c222ef0ea23fdf97dd507dfd5cb6338
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa1a104f337e5a5d8ffd5e0fd8e846a7211d66f473d60bdf90af83ea9c56dc498084484a088c62c0734814074747b163e3018e2116e8066ebef91d7c8e0ff58e
|
7
|
+
data.tar.gz: d018847d10b86f25bd8d4cfd477e95fff6128fce0cccef83fc4661e86ab0f84ca319a82af6c811443e3c7360abe3837c93c570715956a252a23568367220f5b0
|
data/_sass/_layout.scss
CHANGED
@@ -517,17 +517,15 @@ figcaption {
|
|
517
517
|
.highlighter img.with-zone {
|
518
518
|
width: 100%;
|
519
519
|
float: none;
|
520
|
-
padding-left: 30px;
|
521
|
-
padding-right: 30px;
|
522
520
|
border-radius: 0;
|
523
521
|
}
|
524
522
|
.highlighter .column {
|
525
523
|
padding-top: 2rem;
|
526
524
|
padding-bottom: 2rem;
|
525
|
+
text-align: center;
|
527
526
|
}
|
528
527
|
.highlighter .column .button.highlighter-column-button {
|
529
528
|
margin-top: 1em;
|
530
|
-
margin-left: 2em;
|
531
529
|
float: none;
|
532
530
|
}
|
533
531
|
|