cyclist-jekyll 0.11.3 → 0.11.4

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: f783c7b6ffb035d8957ed678b0b3db41c971fad553833fb21b947b6f3bab83df
4
- data.tar.gz: 84dffb2f82d1324615d74382d6f42e1b187fe6206882b8c2a786808bedcc9a96
3
+ metadata.gz: 3269ab12f913105c3536c47b8b2a323640b5831a80d1d044e7269a066c1ae871
4
+ data.tar.gz: 0d31e2286508eace1196bc26d6435394a2511d0cad1f9f75619949950fe8da06
5
5
  SHA512:
6
- metadata.gz: 28b8c5fe0e0b3288ac224642862a3785da364d1984365a97c1314acc3151d9629ae792b9c31ff42cac8aa2a5f57917a4437fc2d274869e78dfedb19f2f64d8ef
7
- data.tar.gz: ed97f6b749a13d8ba3c04533ed45ca84eaee41e188f97d9d3a9b3c9c273349542113cd84ead4b44f8060a04c53bb48078ca20fa6f335c099bb0a1a3b25336ab0
6
+ metadata.gz: ad07a536a568cd9150701cb76069e5f15123bee609d22dfbc67c34dfcab4b80dee90a7c7fcbdf52a682da3c1519942682d9601f6d1de33cd8e10c3435c630ed4
7
+ data.tar.gz: 799fa7b9144004a5e8d92ae6f1cbd88a17d1cec2e5726d3de53ca7b02e117627cb1496b51b8aefafae5de0f890ed8358a9afa6a071945e9116844086844845c6
@@ -19,11 +19,6 @@ h2 {
19
19
  @include header($great-primer-ratio);
20
20
  }
21
21
 
22
- h1, h2 {
23
- margin-bottom: $line-height;
24
- margin-top: $line-height * 2;
25
- }
26
-
27
22
  h3 {
28
23
  @include header($english-ratio);
29
24
  }
@@ -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: 2rem; }
96
+ margin-left: 1.25rem; }
93
97
 
94
98
  ol {
95
99
  list-style-type: decimal;
96
- margin-left: 2rem; }
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: 1rem;
123
- -webkit-flex: 0 0 9rem;
124
- flex: 0 0 9rem; }
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: 1rem;
132
- -webkit-flex: 0 0 4rem;
133
- flex: 0 0 4rem; }
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: 1rem !default;
16
- $num-indent-gutters: 2 !default;
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
-
@@ -72,6 +72,11 @@ h6 {
72
72
  @include header($pica-ratio);
73
73
  }
74
74
 
75
+ h1, h2 {
76
+ margin-bottom: $line-height;
77
+ margin-top: $line-height * 2;
78
+ }
79
+
75
80
  p,
76
81
  ul,
77
82
  ol {
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.3
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-20 00:00:00.000000000 Z
11
+ date: 2021-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll