novella 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: 2c8bc7356d71d55b3222a5fb4968bcc6034c50f0
4
- data.tar.gz: 2e58e82ea044be4ff826411fb4345ff8b96549f6
3
+ metadata.gz: b7e8a4241d46f655945becb1177b5a7c3373bbb3
4
+ data.tar.gz: 71b118892b9816160627783e745819315ba5e746
5
5
  SHA512:
6
- metadata.gz: cd96510be8037989bea13baf0a2e3c57cc00fbf3cc3d50e78a1445f82642187a8bb133e491acc7a4ea155f9e3c505ef572a7a9fc5795cecc6e4b8ffda07e41d1
7
- data.tar.gz: 531bb8bbba79c03860951106e77f0d9682cb1988cbd4c41033292a9f49044e9da45e449198ec5b0c28801ce760ea10876f2dd5fbea31cb91cb672969a5e69f9e
6
+ metadata.gz: d6fb5198fcfbc81495fe21b2f2a3c195d81a9fb8095e82480fb8ecdcab4156d1ac1a3dbdefb5cbb0bbee5542c3f6957483a2ac0f8af388e33566cb68f81b82d2
7
+ data.tar.gz: e3785487789135a91bf4d509f721b41b05c80ddc5c1c16fe4a2a867cc46edbb058e151effb69174cf222e6172839830b79419e156184da0585fd5e4bfc7569c0
@@ -5,12 +5,6 @@ body {
5
5
  font-kerning: normal;
6
6
  }
7
7
 
8
- @for $index from 1 through 6 {
9
- h#{$index} {
10
- @extend %heading-#{$index};
11
- }
12
- }
13
-
14
8
  a {
15
9
  color: $text-color;
16
10
  padding: 0.125em;
@@ -22,6 +16,36 @@ a {
22
16
  }
23
17
  }
24
18
 
19
+ @for $index from 1 through 6 {
20
+ h#{$index} {
21
+ @extend %heading-#{$index};
22
+ }
23
+ }
24
+
25
+ p, ol, ul, dl {
26
+ @include vertical-spacing(2);
27
+ }
28
+
29
+ p {
30
+ text-indent: 1em;
31
+ }
32
+
33
+ blockquote {
34
+ color: $faded-color;
35
+ border-left: 0.25em solid $dark-base-color;
36
+
37
+ @include horizontal-padding(2);
38
+ @include horizontal-spacing(2);
39
+
40
+ > p {
41
+ text-indent: 0;
42
+ }
43
+ }
44
+
45
+ ul, ol, dl {
46
+ @include horizontal-padding(0.8);
47
+ }
48
+
25
49
  pre, code {
26
50
  background-color: $highlight-color;
27
51
  border: 0.125em solid $text-color;
@@ -61,6 +61,9 @@
61
61
 
62
62
  .social-list {
63
63
  list-style: none;
64
+
65
+ margin: 0;
66
+ padding: 0;
64
67
  }
65
68
 
66
69
  .social-link {
@@ -84,6 +87,7 @@
84
87
 
85
88
  .footer-column-wrapper {
86
89
  display: table;
90
+ width: 100%;
87
91
 
88
92
  @include vertical-spacing(1);
89
93
  }
@@ -9,6 +9,11 @@
9
9
  padding-right: $spacing-unit / $divisor;
10
10
  }
11
11
 
12
+ @mixin horizontal-spacing($divisor: 4) {
13
+ margin-left: $spacing-unit / $divisor;
14
+ margin-right: $spacing-unit / $divisor;
15
+ }
16
+
12
17
  @mixin vertical-spacing($divisor: 4) {
13
18
  margin-top: $spacing-unit / $divisor;
14
19
  margin-bottom: $spacing-unit / $divisor;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: novella
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Maroon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-31 00:00:00.000000000 Z
11
+ date: 2016-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll