jekyll-theme-centos 0.9.20220201033517 → 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: 7124f6122478eb4065717c57d11f3cc9323c13aba94420e1c362f74a749831d8
4
- data.tar.gz: c6a75da974b5fc0c13abc20f91aac318e6ed997df939ae73643bbdbb878985b5
3
+ metadata.gz: afc99b018fa95635a389981b1d5ae7f7909889a6bf0622abd6991cf29e5ee0b6
4
+ data.tar.gz: 6f0217be9c529ecea363785d1f58fef48bbe61f1fd57f300387781fb3114c34a
5
5
  SHA512:
6
- metadata.gz: 6c4fad04f591973a2a9476abd2c13d7ba155bed5e1e0d828a36ec5fe23269387bf18bdf6d12fb8c8a2f08a2f1ab2d0ad14ea9b3603a2acfdcf30f0360b1438cd
7
- data.tar.gz: 8de124eff64b5c7a39a5ad6da70a46fe197c4f26a2611c12d1f35ad86f5e8ebcc7a6638ee038f7b61d596d77a42bf789cb98cc57ba07e90edddc43ef8b71dd7c
6
+ metadata.gz: bee599dbf148bb4eb8842bbde57d2a5fd0a85c052d5569e3cf0ab630869c8cc55c916583ccb556239cc098966368003e969ec503b1c18f74c3433d6383a7bc5d
7
+ data.tar.gz: ae2bb2f0887dd0c7f2e746a20a339be1b514ce21275b763fd42d02f0c532981527a5b646df194184714bd3eb2c49d3ab7a71637babc25cbc5286aae10ec05c05
@@ -11,21 +11,24 @@
11
11
  border: 1px solid #ccc;
12
12
  padding: 6px 10px;
13
13
  border-radius: 0 0 3px 3px;
14
+ }
14
15
 
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;
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
+ }
27
31
  }
28
-
29
32
  }
30
33
 
31
34
  .highlight {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos 0.9.20220201033517 (https://gitlab.com/areguera/jekyll-theme-centos)
2
+ * jekyll-theme-centos 0.9.20220201124228 (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.20220201033517
4
+ version: 0.9.20220201124228
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado