jekyll-theme-consulting 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/components/_facts.scss +33 -16
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a2823c2de4880fa517361d3b7c1b906d25dd6d8b
4
- data.tar.gz: 99bf57a8ab33b0c3f4c6fcc56d8e71f200c69132
3
+ metadata.gz: 67ff041f503f0e85758e31ef9e00961821bbb113
4
+ data.tar.gz: d2dc43bef429308e3ffeae32b6aa2a78d37c4bdb
5
5
  SHA512:
6
- metadata.gz: 4018dd56a45202361e5e2ceca1a262795c4e9af1c5f1990243bf38d9b1d882c7f745a5dd0e6126287eb3315bd90c56e23a02b980cebd7d5df0568ba8aefea1fb
7
- data.tar.gz: 4321e4d252ed47efa0ad31ef17044f7aff46a0b5a4fb059d2550582e48a139f971a7fa6a2b495bbaf0dd7839af852903e10db90e676de96463a717e7b3e85a10
6
+ metadata.gz: 54f68fadc900c28dc748a2be99b9264e123965cf0fcc3802feaa2f393921c7a55c9e712321194e3abc0b6a0b711b9515f3ef9bbba1885a5e8540cba5d42c90a7
7
+ data.tar.gz: caa7939910dce0b1124b584d670225cea567fa9c03d2f45e0b171669e76f039dbf5f152587e584c00a9c8dfb0e2636a73b4a1bb093e48fa0911f4f402c53c25d
@@ -50,32 +50,49 @@
50
50
  .fact-intro {
51
51
  position: relative;
52
52
  width: 100%;
53
- height: 30%;
53
+ height: 20%;
54
54
  margin: 0;
55
- vertical-align: text-bottom;
56
- text-align: center;
57
- text-transform: capitalize;
58
- font-size: 1.5rem;
55
+ display: table;
56
+
57
+ p {
58
+ display: table-cell;
59
+ vertical-align: bottom;
60
+ text-align: center;
61
+ text-transform: uppercase;
62
+ font-size: 1.5rem;
63
+ }
59
64
  }
60
65
 
61
66
  .fact {
62
67
  position: relative;
68
+ width: 100%;
63
69
  height: 20%;
64
70
  margin: 0;
65
- vertical-align: text-baseline;
66
- text-align: center;
67
- text-transform: capitalize;
68
- font-size: 3rem;
71
+ display: table;
72
+
73
+ h3 {
74
+ display: table-cell;
75
+ vertical-align: baseline;
76
+ text-align: center;
77
+ text-transform: uppercase;
78
+ font-size: 3rem;
79
+ }
69
80
  }
70
81
 
71
82
  .fact-outro {
72
83
  position: relative;
84
+ width: 100%;
73
85
  height: 30%;
74
86
  margin: 0;
75
- vertical-align: text-top;
76
- text-align: center;
77
- text-transform: capitalize;
78
- font-size: 1.5rem;
87
+ display: table;
88
+
89
+ p {
90
+ display: table-cell;
91
+ vertical-align: top;
92
+ text-align: center;
93
+ text-transform: capitalize;
94
+ font-size: 1.5rem;
95
+ }
79
96
  }
80
97
  }
81
98
 
@@ -86,15 +103,15 @@
86
103
  color: _palette(accent-inverted);
87
104
  }
88
105
 
89
- .fact-intro {
106
+ .fact-intro p {
90
107
  color: #ffffff;
91
108
  }
92
109
 
93
- .fact {
110
+ .fact h3 {
94
111
  color: #ffffff;
95
112
  }
96
113
 
97
- .fact-outro {
114
+ .fact-outro p {
98
115
  color: #ffffff;
99
116
  }
100
117
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-consulting
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Mougeolle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-25 00:00:00.000000000 Z
11
+ date: 2019-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll