yefeme 0.2.8 → 0.2.9
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/_sass/yefeme.scss +11 -7
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2cbb6f5a53a6795299fcc08caa27e5747787cac4
|
|
4
|
+
data.tar.gz: f14d6bd367eae92fb29554484662755eec89f139
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d580e81a4b2203abc02539f8234de4bdd6d712c2e7871baf3d6b3804cb5bbf285ae231f804d4e3b029ed09c428f3e34f217b29ca7d2b1b4d6185aae332ccc04
|
|
7
|
+
data.tar.gz: 4cfbcb24ab4484aa88d0cff76e95ebbe7b64941866c4af8b1e3dbe85f927ab3a0b385a1143615f97d165ec5aa3eef0dbbac8815e410fab7c7fe04e3064492a5c
|
data/_sass/yefeme.scss
CHANGED
|
@@ -80,6 +80,7 @@ a:visited {
|
|
|
80
80
|
padding: 0 $spacing;
|
|
81
81
|
|
|
82
82
|
h2 {
|
|
83
|
+
font-size: 30px;
|
|
83
84
|
margin: 0;
|
|
84
85
|
}
|
|
85
86
|
}
|
|
@@ -128,15 +129,24 @@ footer {
|
|
|
128
129
|
|
|
129
130
|
.post-list {
|
|
130
131
|
li {
|
|
132
|
+
align-items: center;
|
|
133
|
+
display: flex;
|
|
134
|
+
flex-direction: row;
|
|
135
|
+
flex-wrap: wrap;
|
|
136
|
+
justify-content: space-between;
|
|
131
137
|
margin: 0 0 12px;
|
|
132
138
|
|
|
139
|
+
@media screen and (max-width: 767px) {
|
|
140
|
+
align-items: flex-start;
|
|
141
|
+
flex-direction: column;
|
|
142
|
+
}
|
|
143
|
+
|
|
133
144
|
a:hover {
|
|
134
145
|
border-bottom: 1px solid $accent;
|
|
135
146
|
padding-bottom: 5px;
|
|
136
147
|
}
|
|
137
148
|
|
|
138
149
|
h2 {
|
|
139
|
-
display: inline-block;
|
|
140
150
|
font-size: 22px;
|
|
141
151
|
font-weight: 400;
|
|
142
152
|
line-height: 30px;
|
|
@@ -145,15 +155,9 @@ footer {
|
|
|
145
155
|
|
|
146
156
|
span {
|
|
147
157
|
color: $secondary;
|
|
148
|
-
float: right;
|
|
149
158
|
font-size: .75em;
|
|
150
|
-
text-align: right;
|
|
151
159
|
}
|
|
152
160
|
}
|
|
153
|
-
|
|
154
|
-
li:last-child {
|
|
155
|
-
margin: 0;
|
|
156
|
-
}
|
|
157
161
|
}
|
|
158
162
|
|
|
159
163
|
.post-header {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yefeme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yefim Vedernikoff
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|