jekyll-theme-centos 2.2.20 → 2.2.21

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a240c95ff1a06eb56d6f0be673382d68dd50f03317bbf9b7b46e003c4bc2d190
4
- data.tar.gz: 7a6c39f6491d888af09e4bcd3eaba319332898dd90e7fb28453198f1177e437b
3
+ metadata.gz: b23bf827634622c96bfc56d5aacbbbdab6c8faff69a5217aba5cdf312e04c4d0
4
+ data.tar.gz: 8b6a8ede7a9c8ffc711d74c4a15c28129f21cef0ce0f4feafb74dc2c34c20862
5
5
  SHA512:
6
- metadata.gz: e33d5c8e2bbe31fead3c936eae67755db8456ebcd7b91e138a3dd42f21a5c9b9ee838c7ce698041a0277703a0c74a2105b84e1f933ed51ecee73190028db87cb
7
- data.tar.gz: 1a9c709231517f7f8cb2ad51766916b1477e0b926dd0ea501deba7da1134230dc6fe41cb5390a9582a8c33f11a51774a2796fcbae54c5dc7d7f8fd5dbc8dc750
6
+ metadata.gz: de2cf732b2fc799c9a4584aa630c9e4a1541ff58b2b09001f1c9bf73641c640209acd414db0150b5d4b427087a0a508c5a4ec7950ce24d5c2ebb69a9873588d1
7
+ data.tar.gz: 5d06856e11e36a96e3e871053427fd1230ed889c60c55a875e9799fea84da819131c2d66e4f6e1f28b1e7f17d541b5b174298bc21a4ef972c8fa255162ba0c5c
@@ -20,7 +20,7 @@
20
20
  </div>
21
21
  {% endif %}
22
22
  <div class="row my-5 justify-content-center">
23
- <div class="col-sm-12 col-xl-8">{{ content }}</div>
23
+ <div class="col-sm-12 col-xl-8 content">{{ content }}</div>
24
24
  </div>
25
25
  </div>
26
26
  </main>
@@ -10,19 +10,14 @@ main {
10
10
  // (toc) links, the heading is hidden behind the navbar. This workaround
11
11
  // fixes the linked headings visibility issue in the page.
12
12
  // --------------------------------------------------------------------------------
13
- h1,
14
- h2,
15
- h3,
16
- h4,
17
- h5,
18
- h6 {
19
- &::before {
20
- display: block;
21
- height: 6rem;
22
- margin-top: -6rem;
23
- visibility: hidden;
24
- content: "";
25
- }
13
+ .content > h1,
14
+ .content > h2,
15
+ .content > h3,
16
+ .content > h4,
17
+ .content > h5,
18
+ .content > h6 {
19
+ scroll-margin-top: 80px;
20
+ scroll-margin-bottom: 100px;
26
21
  margin-top: 3rem;
27
22
  }
28
23
 
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.20
4
+ version: 2.2.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Release
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-04 00:00:00.000000000 Z
11
+ date: 2023-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll