jekyll-theme-space 1.0.1 → 1.0.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 +4 -4
- data/assets/css/main.css +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62ff02006c29196182b27d40b65c145211cf6a3a06cfb2644949d24ff3867d6c
|
|
4
|
+
data.tar.gz: ab2c9c1aac47d319bddb7c07a709daa2f4e0b8bd8da8b9dfc5c1fd0f91150ee2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ddff674fc41cc710ac8beec3b061475074f023396daf051e8745c68c8ac9e693152b3278bc527eb580184ce0d2e7ef1aa2464f9c0ba44aa4f9c59de9458e231e
|
|
7
|
+
data.tar.gz: 3f8131a263c191db52da20b1df09c31050f4cba851ee07cb30a6efafda99f8e533aa885da5a65b2e7fa24eb17f274ccdabcd10fb3e892869eae16d197ec80110
|
data/assets/css/main.css
CHANGED
|
@@ -133,12 +133,13 @@ a:hover {color: #7FDBFF !important;}
|
|
|
133
133
|
.entry, #entry {border-radius: 5px;}
|
|
134
134
|
.entry {
|
|
135
135
|
width: 48%;
|
|
136
|
-
height: 400px
|
|
136
|
+
/*height: 400px;*/
|
|
137
137
|
padding: 5px;
|
|
138
138
|
box-sizing: border-box;
|
|
139
139
|
max-width: 470px;
|
|
140
140
|
display: inline-block;
|
|
141
141
|
vertical-align: top;
|
|
142
|
+
flex: 1;
|
|
142
143
|
}
|
|
143
144
|
|
|
144
145
|
#entry {padding: 5px}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-space
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alfonso Saavedra "Son Link"
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-04-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
104
104
|
version: '0'
|
|
105
105
|
requirements: []
|
|
106
106
|
rubyforge_project:
|
|
107
|
-
rubygems_version: 2.7.
|
|
107
|
+
rubygems_version: 2.7.6
|
|
108
108
|
signing_key:
|
|
109
109
|
specification_version: 4
|
|
110
110
|
summary: Lighwight and responsive theme for Jekyll. Is the oficial theme for my blog
|