jekyll-theme-centos 0.9.20220201032927 → 0.9.20220201033517

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: 4920b5c8a97393a2796e60658c00d280d5654960d62c4f2c641e8ad29017f75f
4
- data.tar.gz: b7296c80b18af68437bbc4ac135a22f902157214542a1eac183f3c14adaae3c5
3
+ metadata.gz: 7124f6122478eb4065717c57d11f3cc9323c13aba94420e1c362f74a749831d8
4
+ data.tar.gz: c6a75da974b5fc0c13abc20f91aac318e6ed997df939ae73643bbdbb878985b5
5
5
  SHA512:
6
- metadata.gz: f314d73d33f3a7a3086b293e768f906af5a8baa9929765227721efbb5b46e0aea21f7afaa7e1b4681e095fd483e4a0cf4bb53f36e0d7f6729c4ff850a9e6b060
7
- data.tar.gz: 4e83b8eeb437c48175a235e36879bd8d00b21925c273fb652bcff3305bc6d30870e0e0951761cdd189ad97825041e5053e6d34538d1cb5dfb8cacd295426d76e
6
+ metadata.gz: 6c4fad04f591973a2a9476abd2c13d7ba155bed5e1e0d828a36ec5fe23269387bf18bdf6d12fb8c8a2f08a2f1ab2d0ad14ea9b3603a2acfdcf30f0360b1438cd
7
+ data.tar.gz: 8de124eff64b5c7a39a5ad6da70a46fe197c4f26a2611c12d1f35ad86f5e8ebcc7a6638ee038f7b61d596d77a42bf789cb98cc57ba07e90edddc43ef8b71dd7c
@@ -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>
@@ -11,6 +11,21 @@
11
11
  border: 1px solid #ccc;
12
12
  padding: 6px 10px;
13
13
  border-radius: 0 0 3px 3px;
14
+
15
+ // Corrections for two-columns responsive layout.
16
+ @include media-breakpoint-up(sm) {
17
+ width: 334px;
18
+ }
19
+ @include media-breakpoint-up(md) {
20
+ width: 514px;
21
+ }
22
+ @include media-breakpoint-up(lg) {
23
+ width: 754px;
24
+ }
25
+ @include media-breakpoint-up(xl) {
26
+ width: 564px;
27
+ }
28
+
14
29
  }
15
30
 
16
31
  .highlight {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos 0.9.20220201032927 (https://gitlab.com/areguera/jekyll-theme-centos)
2
+ * jekyll-theme-centos 0.9.20220201033517 (https://gitlab.com/areguera/jekyll-theme-centos)
3
3
  * Copyright 2020-2022 areguera@centosproject.org
4
4
  * Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
5
5
  */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.20220201032927
4
+ version: 0.9.20220201033517
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado