cyclist-jekyll 0.11.3 → 0.11.4
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3269ab12f913105c3536c47b8b2a323640b5831a80d1d044e7269a066c1ae871
|
|
4
|
+
data.tar.gz: 0d31e2286508eace1196bc26d6435394a2511d0cad1f9f75619949950fe8da06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad07a536a568cd9150701cb76069e5f15123bee609d22dfbc67c34dfcab4b80dee90a7c7fcbdf52a682da3c1519942682d9601f6d1de33cd8e10c3435c630ed4
|
|
7
|
+
data.tar.gz: 799fa7b9144004a5e8d92ae6f1cbd88a17d1cec2e5726d3de53ca7b02e117627cb1496b51b8aefafae5de0f890ed8358a9afa6a071945e9116844086844845c6
|
data/_sass/typography.scss
CHANGED
|
@@ -76,6 +76,10 @@ h6 {
|
|
|
76
76
|
font-size: calc(1em * (12 / 12));
|
|
77
77
|
line-height: calc(1 * 1.25rem); }
|
|
78
78
|
|
|
79
|
+
h1, h2 {
|
|
80
|
+
margin-bottom: 1.25rem;
|
|
81
|
+
margin-top: 2.5rem; }
|
|
82
|
+
|
|
79
83
|
p,
|
|
80
84
|
ul,
|
|
81
85
|
ol {
|
|
@@ -89,11 +93,11 @@ ol ul {
|
|
|
89
93
|
|
|
90
94
|
ul {
|
|
91
95
|
list-style-type: disc;
|
|
92
|
-
margin-left:
|
|
96
|
+
margin-left: 1.25rem; }
|
|
93
97
|
|
|
94
98
|
ol {
|
|
95
99
|
list-style-type: decimal;
|
|
96
|
-
margin-left:
|
|
100
|
+
margin-left: 1.25rem; }
|
|
97
101
|
|
|
98
102
|
sub {
|
|
99
103
|
line-height: 0;
|
|
@@ -119,18 +123,18 @@ sup {
|
|
|
119
123
|
display: -webkit-flex;
|
|
120
124
|
display: flex;
|
|
121
125
|
background-color: rgba(148, 235, 255, 0.25);
|
|
122
|
-
margin-right:
|
|
123
|
-
-webkit-flex: 0 0
|
|
124
|
-
flex: 0 0
|
|
126
|
+
margin-right: 1.25rem;
|
|
127
|
+
-webkit-flex: 0 0 11.25rem;
|
|
128
|
+
flex: 0 0 11.25rem; }
|
|
125
129
|
|
|
126
130
|
.cyclist-guidelines > div.cyclist-column:last-child {
|
|
127
131
|
margin-right: 0; }
|
|
128
132
|
|
|
129
133
|
.cyclist-column > div.cyclist-unit {
|
|
130
134
|
background-color: rgba(148, 235, 255, 0.25);
|
|
131
|
-
margin-right:
|
|
132
|
-
-webkit-flex: 0 0
|
|
133
|
-
flex: 0 0
|
|
135
|
+
margin-right: 1.25rem;
|
|
136
|
+
-webkit-flex: 0 0 5rem;
|
|
137
|
+
flex: 0 0 5rem; }
|
|
134
138
|
|
|
135
139
|
.cyclist-column > div.cyclist-unit:last-child {
|
|
136
140
|
margin-right: 0; }
|
|
@@ -12,8 +12,8 @@ $leading-height: $line-height !default;
|
|
|
12
12
|
|
|
13
13
|
// Grid Variables
|
|
14
14
|
|
|
15
|
-
$gutter-width:
|
|
16
|
-
$num-indent-gutters:
|
|
15
|
+
$gutter-width: $line-height !default;
|
|
16
|
+
$num-indent-gutters: 1 !default;
|
|
17
17
|
$num-unit-gutters: 4 !default;
|
|
18
18
|
$num-column-units: 2 !default;
|
|
19
19
|
|
|
@@ -22,4 +22,3 @@ $num-column-units: 2 !default;
|
|
|
22
22
|
$indent-width: $gutter-width * $num-indent-gutters !default;
|
|
23
23
|
$unit-width: $gutter-width * $num-unit-gutters !default;
|
|
24
24
|
$column-width: $unit-width * $num-column-units + $gutter-width * ($num-column-units - 1) !default;
|
|
25
|
-
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cyclist-jekyll
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.
|
|
4
|
+
version: 0.11.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roben Kleene
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-10-
|
|
11
|
+
date: 2021-10-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|