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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/yefeme.scss +11 -7
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e37295865b1c760b7879e562b797109d6fb6f7e3
4
- data.tar.gz: b6982f5ed330cdf7ffaa20a9f7ec2c2c2990f527
3
+ metadata.gz: 2cbb6f5a53a6795299fcc08caa27e5747787cac4
4
+ data.tar.gz: f14d6bd367eae92fb29554484662755eec89f139
5
5
  SHA512:
6
- metadata.gz: e3923ba8523685900f2d963bf36ee8725be5521db4939670307832357e19fb1b957a37e1157b1b5f26773f963c94ef16d23343d4f8c7abd017b87fbf6c551067
7
- data.tar.gz: dceff596dadd019bf57f698fa5179b7cb51203ac9654587b3461eaea8d3cefdf3bc18bb00982dea8e9a0f57f71f15d9e571e726af1d5071b934574b88909f653
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.8
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-10 00:00:00.000000000 Z
11
+ date: 2017-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll