kids 0.1.0 → 0.1.1

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: ac5d5e3a434911482d5331845b2a03a8f58cd65205b656965a7fc4e0dac18fca
4
- data.tar.gz: 7404b88a194f60f0b8a8dcd4502c19044318b41e052674b23ab4e9746e590e96
3
+ metadata.gz: fdcc497f099b822c14dcfc3807ecf5aff725b17e826494801e6fde7e367ea5d3
4
+ data.tar.gz: 734f0c8ec32dac3fc99c6d882b500cd83c54182a36200c7fe81e5eb7f05b4431
5
5
  SHA512:
6
- metadata.gz: d4e28a40d1d67c77e24133e50d3c5e492cc63563d2a3f3f9c3d515bb5e7ba0aebc752498afe6f6d21fb18af1707e86aab930e483dad656818f1a0509e5dabb18
7
- data.tar.gz: c9662cf7a719a8d1c7aa12d3aca636aece4083549ae38fd3afc259edee14fd1f5d17209af17f58a08621e99d2986ae2c2976e6263041fda174b9ca1007192d7c
6
+ metadata.gz: fc1c8989ffc57599a31a2e45bcfd7be878cea30d8e5669bd65cdea70e5391ab89ee43686028dfa48124664b348bc4d661eb53fffd1086047b4b41271ca5d6bd9
7
+ data.tar.gz: bfcd3b3a8377d41b817c2a8390a61d21e875c3feae1e1f945029611c1141e9193a74f97671c3132a355062ffba757ce483fb90774ef8988177d3ed54b90452bf
@@ -0,0 +1,4 @@
1
+ img {
2
+ display: block;
3
+ max-width: 100%;
4
+ }
@@ -25,6 +25,10 @@ main {
25
25
  text-indent: 1em;
26
26
  }
27
27
 
28
+ img {
29
+ padding: 1em 0;
30
+ }
31
+
28
32
  blockquote p {
29
33
  hanging-punctuation: first;
30
34
  }
data/_sass/kids.scss CHANGED
@@ -7,4 +7,5 @@ $accent-inverted: #fff;
7
7
  $accent-inverted-active: #ccc;
8
8
 
9
9
  // Import partials.
10
- @import "kids/base", "kids/layout", "kids/links", "kids/typography";
10
+ @import "kids/base", "kids/images", "kids/layout", "kids/links",
11
+ "kids/typography";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kids
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mick F
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-01 00:00:00.000000000 Z
11
+ date: 2020-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -76,16 +76,16 @@ dependencies:
76
76
  name: bundler
77
77
  requirement: !ruby/object:Gem::Requirement
78
78
  requirements:
79
- - - ">="
79
+ - - "~>"
80
80
  - !ruby/object:Gem::Version
81
- version: '0'
81
+ version: '2.0'
82
82
  type: :development
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
- - - ">="
86
+ - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: '0'
88
+ version: '2.0'
89
89
  description:
90
90
  email:
91
91
  - mick@mickf.net
@@ -105,10 +105,12 @@ files:
105
105
  - _layouts/post.html
106
106
  - _sass/kids.scss
107
107
  - _sass/kids/_base.scss
108
+ - _sass/kids/_images.scss
108
109
  - _sass/kids/_layout.scss
109
110
  - _sass/kids/_links.scss
110
111
  - _sass/kids/_typography.scss
111
112
  - assets/css/style.scss
113
+ - assets/images/keith-misner-h0Vxgz5tyXA-unsplash.jpg
112
114
  homepage: https://github.com/dirtyhenry/kids
113
115
  licenses:
114
116
  - MIT