jekyll-theme-centos 0.7.1 → 0.7.6

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: 72226618fe0ded2fe907672e2e9d88b101e2f40bfb9a579c98e41e371fd3028f
4
- data.tar.gz: a1d00fb7bab55c85d47048ad6fda4363023f47d7d62540d2f5e06fe0b92917d1
3
+ metadata.gz: d70a90ef2b9106de150f31ebbf68c7542da80eb4618586527290e85d2827ba6f
4
+ data.tar.gz: 65f6103b68a1872905978ade75afda8a40ba51e5b501f8d08b27d5290f5ea3c6
5
5
  SHA512:
6
- metadata.gz: 204b4c8a5548bfa5e6440aa03110bc21d3008f038fb1d8e8c9306d9a05b7feeb16488c6391275bd3c19a0554e0eb3eea30811e144a44bef89e2bf07f68b34a1d
7
- data.tar.gz: f72d4c1551584db5ec252d2fd04016f255e7812b6f55da9f19e7436b675ee813df9ba03ca4d2834b909cdda95d1d8fbef5cad7d5f88ac4e83dbcc9dd0495d342
6
+ metadata.gz: 3e28c5b812442e338498ab3f85651b9f7995fc1a90883dbebc45c0fb6ce2d2a20d3921b661461d211f8b4a6881894470fc5207922e0ace34a8d4a4e9dfb5f943
7
+ data.tar.gz: cf0fabcb7348bac2bf95f1a1d6a14607f827ca4baacd932acce969ad01b07887a9e235b539d0e147a92ec7fd672b8b1d09b6e589c03a5637cd94e79e99ca5e02
@@ -1,6 +1,13 @@
1
+ body {
2
+ display: flex;
3
+ flex-direction: column;
4
+ min-height: 100vh;
5
+ }
6
+
1
7
  .home, .page, .blog, .aside, .download, .sponsors, .search, .post {
8
+ display: flex;
9
+ flex: 1;
2
10
  @extend .container;
3
- min-height: calc(30vh);
4
11
  }
5
12
 
6
13
  .home {
@@ -14,7 +14,7 @@ $centos-img-motif: "/assets/img/motif.png";
14
14
  $white: #fff;
15
15
  $primary: #0f5dd5;
16
16
  $secondary: #0f1c4c;
17
- $dark: #00001d;
17
+ $dark: #020008;
18
18
 
19
19
  // Header
20
20
  $home-header-padding-top: 202px;
@@ -33,7 +33,7 @@ $paragraph-margin-bottom: 1.8rem;
33
33
  $code-color: $dark;
34
34
 
35
35
  // Typography - Font, line-height, and color for body text, headings, and more.
36
- $font-family-path: "/assets/fonts";
36
+ $font-family-path: "../fonts";
37
37
  $font-family-sans-serif: Montserrat;
38
38
  $line-height-base: 1.75;
39
39
  $headings-line-height: $line-height-base - 0.3;
@@ -10,9 +10,6 @@
10
10
  border-bottom: 1px solid $body-bg;
11
11
  margin-bottom: 1.5rem;
12
12
  }
13
- .widget ul {
14
- padding-left: 0;
15
- }
16
13
  .comment-list {
17
14
  padding-left: 0;
18
15
  }
@@ -41,5 +38,8 @@
41
38
  width: 80%;
42
39
  margin-bottom: 2rem;
43
40
  }
41
+ .widget ul {
42
+ padding-left: 0;
43
+ }
44
44
  }
45
45
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.7.1 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.7.6 (https://gitlab.com/areguera/jekyll-theme-centos/)
3
3
  * Copyright 2020-2021 Alain Reguera Delgado
4
4
  * Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
5
5
  */
@@ -1,7 +1,7 @@
1
1
  // Variables
2
2
  // --------------------------
3
3
 
4
- $fa-font-path: "/assets/fonts" !default;
4
+ $fa-font-path: "../fonts" !default;
5
5
  $fa-font-size-base: 16px !default;
6
6
  $fa-font-display: block !default;
7
7
  $fa-css-prefix: fa !default;
data/assets/img/motif.png CHANGED
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: 0.7.1
4
+ version: 0.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-18 00:00:00.000000000 Z
11
+ date: 2021-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll