jekyll-theme-scrawl 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60a3d1b9a64b99953e8d8b38488f02787a6aa641
4
- data.tar.gz: 0d8636af85e141356999b29e62bbe0ccc3fdca2c
3
+ metadata.gz: 4f671cacd44aee6b903515f32001bc947d091c54
4
+ data.tar.gz: 2158986e6c9681d381e3ef8730244c0806e94a09
5
5
  SHA512:
6
- metadata.gz: '09e95443b70b7536d8129d48e0d766ffa15be0f5e608ef90e94740e1b098cc7a9f8a4803437cf1610964242ae23d235707abba01b597362d4a21a0f01f1453ea'
7
- data.tar.gz: 37f68d0fa0eaedeee07bec8a74a6df8b9a80e0ea4c05b1108360397d02aa9fdb854312cfcb6751c6b4fde34ba85af257f3bca6f45a9ee269b7a8a82145f9f396
6
+ metadata.gz: 4caf92fe866df2fea45b80e65832265c95ef2b4a010879f4ce3f15f08e9800f65024ad05391145cd76bcada96e2a4ad938514f96412213ce91ccedce05fc0587
7
+ data.tar.gz: 61e8d32924035e8c208bc8a0c0664feabbb2884ee7f97ece36f9b9f0f21b7b0b1d7fc98474edc06b5667d736e17c98084e72ac62977de385595d3b9f9a741648
@@ -10,7 +10,7 @@
10
10
  {% endif %}
11
11
 
12
12
  {% if site.description %}
13
- <small class="description">{{ site.description | markdownify }}</small>
13
+ <div class="description">{{ site.description | markdownify }}</div>
14
14
  {% endif %}
15
15
 
16
16
  {% include nav.html %}
data/_sass/scrawl.scss CHANGED
@@ -18,6 +18,7 @@ header h1 {
18
18
  header .description p {
19
19
  margin-bottom: 10px;
20
20
  padding-bottom: 10px;
21
+ font-size: 90%;
21
22
  }
22
23
 
23
24
  nav ul {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-scrawl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Light
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-11 00:00:00.000000000 Z
11
+ date: 2018-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-pages