phantom-blergh 0.1.5 → 0.2.0

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: b3455f63b7ca2123923d32b0c270b17d3d0624d7
4
- data.tar.gz: fbe7d8dab8eb540c8ed19d1b2fa9582a367e87c1
3
+ metadata.gz: 5254a4e851c6fca6e5af576b79fae92ec6849964
4
+ data.tar.gz: dbfa839b8af8a3dcceaacd4c90bcb2fb6f3cb434
5
5
  SHA512:
6
- metadata.gz: 7840c572e725eacdd0f5082e2065f68b23cb2616bd981cac2a828f08bbbc26953bf5f872465302a62702e110e1bb0b2173a9be1c9f5c3229ee2b31dec926a5e6
7
- data.tar.gz: acc24468fd01577ece3de98f77b6a5944a116c26090650807f1eb0e5bebe879dbfa91f567af4cdf102f90d420415a3b80e0041b65d92b5f869c57fe116ca7f85
6
+ metadata.gz: f109779ad89819940e4caa6f411e3080fce5907b3c35c07809a1fb9cdcb0be21a5e230015935d021aff94642fcc2fed84bfcb9c6f133da5e13c9f8b678d8b040
7
+ data.tar.gz: f6677f3b1191fc0bfd8f89f50abe811302923be8a650b1b911c789aa5a632dcdcd80056f23c8c91f3d116b3cb717d2daa3f0d0449c72e75e3a9c3e96155159b2
@@ -5,7 +5,7 @@
5
5
  {% if site.logo_path %}
6
6
  <span class="symbol"><img src="{{ site.logo_path | relative_url }}" alt="" /></span>
7
7
  {% else %}
8
- <span class="symbol"><img src="{{ "/assets/logo.svg" | relative_url }}" alt="" /></span>
8
+ <span class="symbol"><img src="{{ "/assets/logo.png" | relative_url }}" alt="" /></span>
9
9
  {% endif %}
10
10
  <span class="title">{{ site.title | escape }}</span>
11
11
  </a>
@@ -23,15 +23,22 @@
23
23
  > * {
24
24
  display: inline-block;
25
25
  vertical-align: middle;
26
+ font-size: 1.4rem;
26
27
  }
27
28
 
28
29
  .symbol {
29
- margin-right: 0.65em;
30
+ margin-right: 0.25em;
31
+ display: inline-block;
32
+ text-align: center;
33
+ overflow: hidden;
34
+ padding: 3px;
35
+ width: 3rem;
36
+ height: 3.3rem;
30
37
 
31
38
  img {
32
39
  display: block;
33
- width: 2em;
34
- height: 2em;
40
+ width: 100%;
41
+ height: 100%;
35
42
  }
36
43
  }
37
44
  }
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phantom-blergh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Alexander
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-04 00:00:00.000000000 Z
11
+ date: 2017-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -134,6 +134,7 @@ files:
134
134
  - assets/js/main.js
135
135
  - assets/js/skel.min.js
136
136
  - assets/js/util.js
137
+ - assets/logo.png
137
138
  - assets/logo.svg
138
139
  homepage: https://gitlab.com/thelonelyghost/phantom-blergh
139
140
  licenses: