jekyll-theme-centos 0.6.23 → 0.6.29

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bbf389dc1367a9f157cd841277b8bf484dc95ed1be9c03a9138d7097702516e1
4
- data.tar.gz: e27e0d2b83248ff255de3877ac635c2a3020b6c0e2e97dbe5f81f46bf83da496
3
+ metadata.gz: 3b66219aac2fb0ae4d7aea7cfc408e03a67a71977fddd332108cbb99ad38ff8b
4
+ data.tar.gz: 14fc9be0a33f3b68d39b639d3dfff9349f89f7241eb7745fd7073ff1871e547f
5
5
  SHA512:
6
- metadata.gz: 1ed33d8345322a3dfd3f4de886c76a5426863bda084f59d3657515ff82b4a74071671a121765ff6a3372c6d581984a09b1de6661d84bd01a23e3ae830478a516
7
- data.tar.gz: 2b74bb5d2c6f48d32aa12a2549c3f355fb4ca2ef7ba9abde062807da9f844db881563463cd2fdf0bd6b028a7c89b5a4885e514fa8277562958266cde12ef8d96
6
+ metadata.gz: 0fa32fa94c55f70d7563904807a2fc040d2822cf5e7f239faedec3e82a9190c0e14cf87ecd1d23ecccfd358767fa7220995682736ea5b3ec1505daf576264866
7
+ data.tar.gz: 4c475507c4ec047ac9a9e25f6e48cb497b875e87d299829713468d290b90c91ad5db73f243687901e4b07e457b2190b745d4acb7461abb8ed169eea9ba9d29f2
@@ -35,7 +35,6 @@
35
35
 
36
36
  .aside {
37
37
  display: flex;
38
- align-items: flex-start;
39
38
 
40
39
  &__nav {
41
40
  @include aside-nav;
@@ -101,6 +100,9 @@
101
100
  }
102
101
  }
103
102
  &__welcome {
103
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td {
104
+ border: none;
105
+ }
104
106
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
105
107
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
106
108
  display: none;
@@ -136,7 +138,8 @@
136
138
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td {
137
139
  border: none;
138
140
  }
139
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) {
141
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3),
142
+ &> hr:nth-child(2) {
140
143
  display: none;
141
144
  }
142
145
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) {
@@ -215,7 +218,6 @@
215
218
 
216
219
  .post {
217
220
  display: flex;
218
- align-items: flex-start;
219
221
 
220
222
  &__nav {
221
223
  @include aside-nav;
@@ -12,9 +12,9 @@ $centos-img-motif: "/assets/img/motif.png";
12
12
  // Color system - based in the artistic motif palette and the number of
13
13
  // occurrence each color has in the image.
14
14
  $white: #fff;
15
- $primary: #6226a9;
15
+ $primary: #0f5dd5;
16
16
  $secondary: #0f1c4c;
17
- $dark: #05112b;
17
+ $dark: #00001d;
18
18
 
19
19
  // Header
20
20
  $home-header-padding-top: 202px;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.6.23 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.6.29 (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
  */
@@ -3,7 +3,6 @@
3
3
  background: #fff;
4
4
  padding: 2.75rem;
5
5
  margin-top: -120px;
6
- min-height: 490px;
7
6
  box-shadow: 0px -2px 3px 0px rgba(50, 50, 50, 0.25);
8
7
 
9
8
  h1, h2, h3, h4, h5, h6 {
@@ -21,7 +20,6 @@
21
20
 
22
21
  img {
23
22
  @extend .img-fluid;
24
- width: 100%;
25
23
  }
26
24
 
27
25
  pre {
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.6.23
4
+ version: 0.6.29
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-05-30 00:00:00.000000000 Z
11
+ date: 2021-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll