jekyll-theme-centos 0.1.19 → 0.1.20
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/centos/_page.scss +2 -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: 41ff28081a3b147164ee220f70c5430e8d8f0893055e326d8f77cb7806818b5a
|
|
4
|
+
data.tar.gz: 6fa3ef5f4bbbf965de27e6f9d16cd7dfe62d4af5a1eb5700c3299c466f3d00d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dca7bb8fbb7eb32e5b2e23dc070e3f486d5c04f3a8b018dad7f049aa7e313faf62e592ce16ed0a1028fe5712fadacff5cdc7294bb6e0c83ebe63380c4b637c82
|
|
7
|
+
data.tar.gz: 8c151a0310d3432e28aee7efeebe513618dbb23144f5280b8e5cc0b8e50e7c4193a2be2019eb7be15c4edfbd7c5fe6832e38a4ed9a0aeb347d6ec8057fee8a15
|
data/_sass/centos/_page.scss
CHANGED
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
@extend .container;
|
|
164
164
|
@extend .col-lg-4;
|
|
165
165
|
font-size: small;
|
|
166
|
-
@include media-breakpoint-up(
|
|
166
|
+
@include media-breakpoint-up(lg) {
|
|
167
167
|
align-self: start;
|
|
168
168
|
position: sticky;
|
|
169
169
|
top: 90px;
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
|
|
172
172
|
.toc {
|
|
173
173
|
@include page-toc;
|
|
174
|
-
@include media-breakpoint-up(
|
|
174
|
+
@include media-breakpoint-up(lg) {
|
|
175
175
|
display: flex;
|
|
176
176
|
flex-direction: column;
|
|
177
177
|
max-height: 75vh;
|