jekyll-theme-one 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: 3f39d39b16705c2474b084197a2dd6c94dadd1cf
4
- data.tar.gz: 501ae9fa325dc124161a72ea1faa2cc19c7d1cd7
3
+ metadata.gz: 576169c4d341796970836e235a523ac8f28266e3
4
+ data.tar.gz: 708a5c4af0083c0731837abb7c5ea98474abb014
5
5
  SHA512:
6
- metadata.gz: 083a41e27d55eba4eb4b059dc41b67fd504185c7fbbe9f403fc7431354bd4fd3b63fb8abd0cd21b3fc1e9b680a9e9076101b0c099a3eac4f690ca85a7d8d97b7
7
- data.tar.gz: d428545a0414807e95d0189302edc60f33cbc2c0929379e1751bbdf636da64c0dd593ba7cd146543b941d2f3d28656b50f9566e6221b681faf403b9156d896b0
6
+ metadata.gz: 0c74fbd1958dc6d920ea80b4beef3d4345187c14df410c4d60e52e7e113f76c37f356d8bfa7fc202c3f53c77ae401c5eade9d6c7b1fccfeaff7d02b92034a663
7
+ data.tar.gz: 7407a866a5f6bedb2ac204e064ffc3bdeb10d5b0ded78703ca1acc4e60eff39cc15be65e3580e685fb4f415bf0aeb28f8f0ee5f5c1b80cfe5a95cd2e0f926a54
data/README.md CHANGED
@@ -30,10 +30,6 @@ Or install it yourself as:
30
30
 
31
31
  TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass.
32
32
 
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
-
37
33
  ## Development
38
34
 
39
35
  To set up your environment to develop this theme, run `bundle install`.
@@ -45,4 +41,3 @@ When your theme is released, only the files in `_layouts`, `_includes`, and `_sa
45
41
  ## License
46
42
 
47
43
  The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
48
-
@@ -1,6 +1,6 @@
1
1
  //
2
2
  // O N E
3
- // v0.0.1
3
+ // v0.1.2
4
4
  //
5
5
 
6
6
  // Functions
@@ -4,9 +4,8 @@
4
4
 
5
5
  .grid {
6
6
  display: grid;
7
-
8
- grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
9
7
  grid: 1fr / auto-flow 1fr;
8
+
10
9
  @media screen and (max-width: 768px) {
11
10
  display: block;
12
11
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-one
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
  - Jason Melgoza
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-13 00:00:00.000000000 Z
11
+ date: 2017-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll