jekyll-theme-centos 0.9.20211031215618 → 0.9.20220201124228

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: d09548493807d41fc0229ca8b1f387237fc2299ccf9bdc7261ce417d017de523
4
- data.tar.gz: 245b57ef018947ad4aab4a8c1190258c4aff9e5dc35b8171740a6048e10a8ffe
3
+ metadata.gz: afc99b018fa95635a389981b1d5ae7f7909889a6bf0622abd6991cf29e5ee0b6
4
+ data.tar.gz: 6f0217be9c529ecea363785d1f58fef48bbe61f1fd57f300387781fb3114c34a
5
5
  SHA512:
6
- metadata.gz: ce3ca53ff3348258cbbbd9982938a0337b442fec01f99eefd7a62421830ef89de6594c277fc6eecabdeb5f8b0fe269f42fe0384e3affa18dbdbb2ad097ae618c
7
- data.tar.gz: e835885996b65678ebf203f626133dcdc557eb43455cabdfcbeff8da9f230c9493c317b8b2a4a458a26c6674851869bf204783ab44cd8b1db7d537f2f5082931
6
+ metadata.gz: bee599dbf148bb4eb8842bbde57d2a5fd0a85c052d5569e3cf0ab630869c8cc55c916583ccb556239cc098966368003e969ec503b1c18f74c3433d6383a7bc5d
7
+ data.tar.gz: ae2bb2f0887dd0c7f2e746a20a339be1b514ce21275b763fd42d02f0c532981527a5b646df194184714bd3eb2c49d3ab7a71637babc25cbc5286aae10ec05c05
@@ -1,2 +1,3 @@
1
1
  </tbody>
2
2
  </table>
3
+ </div>
@@ -1,4 +1,5 @@
1
- <table>
1
+ <div class="table-responsive">
2
+ <table class="table">
2
3
  <thead>
3
4
  <tr>
4
5
  <th scope="col"><i class="fas fa-sync-alt"></i> {{ row["overview"] }}</th>
@@ -6,4 +7,3 @@
6
7
  </thead>
7
8
  <tbody>
8
9
 
9
-
@@ -1,4 +1,5 @@
1
- <table>
1
+ <div class="table-responsive">
2
+ <table class="table">
2
3
  <thead>
3
4
  <tr>
4
5
  <th scope="col"><i class="fas fa-book"></i> Documentation</th>
@@ -1,4 +1,5 @@
1
- <table>
1
+ <div class="table-responsive">
2
+ <table class="table">
2
3
  <thead>
3
4
  <tr>
4
5
  <th scope="col"><i class="fas fa-hourglass-end"></i> End-of-life</th>
@@ -1,4 +1,5 @@
1
- <table>
1
+ <div class="table-responsive">
2
+ <table class="table">
2
3
  <thead>
3
4
  <tr>
4
5
  <th scope="col"><i class="fas fa-microchip"></i> Architectures</th>
@@ -4,7 +4,7 @@
4
4
  <h1 class="header__home__presentaiton_title">{{ site.title }}</h1>
5
5
  <p class="header__home__presentation__description">{{ site.description }}</p>
6
6
  {% if site.data.centos.distributions %}
7
- <p class="header__home__presentation__description">We offer two Linux variants: (<a class="btn btn-sm" role="button" href="cs-vs-cl">What's the difference?</a>)</p>
7
+ <p class="header__home__presentation__description">We offer two Linux variants: (<a class="btn btn-sm" role="button" href="cl-vs-cs">What's the difference?</a>)</p>
8
8
  <div class="header__home__presentation__distributions">
9
9
  {% include home/distributions.html %}
10
10
  </div>
@@ -13,6 +13,24 @@
13
13
  border-radius: 0 0 3px 3px;
14
14
  }
15
15
 
16
+ .card-body {
17
+ // Corrections for two-columns responsive layout inside cards.
18
+ .highlight pre, pre {
19
+ @include media-breakpoint-up(sm) {
20
+ width: 334px;
21
+ }
22
+ @include media-breakpoint-up(md) {
23
+ width: 514px;
24
+ }
25
+ @include media-breakpoint-up(lg) {
26
+ width: 754px;
27
+ }
28
+ @include media-breakpoint-up(xl) {
29
+ width: 564px;
30
+ }
31
+ }
32
+ }
33
+
16
34
  .highlight {
17
35
  .hll {
18
36
  background-color: #f8f8f8;
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * jekyll-theme-centos 0.9.20211031215618 (https://gitlab.com/areguera/jekyll-theme-centos)
3
- * Copyright 2020-2021 areguera@centosproject.org
2
+ * jekyll-theme-centos 0.9.20220201124228 (https://gitlab.com/areguera/jekyll-theme-centos)
3
+ * Copyright 2020-2022 areguera@centosproject.org
4
4
  * Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
5
5
  */
6
6
  @import "fontawesome/fontawesome";
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.9.20211031215618
4
+ version: 0.9.20220201124228
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-10-31 00:00:00.000000000 Z
11
+ date: 2022-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -380,7 +380,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
380
380
  - !ruby/object:Gem::Version
381
381
  version: '0'
382
382
  requirements: []
383
- rubygems_version: 3.2.22
383
+ rubygems_version: 3.3.3
384
384
  signing_key:
385
385
  specification_version: 4
386
386
  summary: Jekyll theme for CentOS website