gravid 1.1.0 → 1.1.5

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
  SHA256:
3
- metadata.gz: ffae2f93d311cc5d6338692eb6971ee757de6d380ba7e703bca975073fb24a96
4
- data.tar.gz: 7109c108227cc8205384ab289e95281f8ebf6163531e713236facd8261c74bdf
3
+ metadata.gz: 1397b869df366dedf367a3473b6525e71840ea4a850a3e799e04e5732be7fbab
4
+ data.tar.gz: 88b4f3fe44630dd1def742a2dbb40b93dac03539ec634193150a70a1152d2434
5
5
  SHA512:
6
- metadata.gz: 4bf32741c4a34573b4a53c788876711b205a07a2afbd07334be4ffd7635ac5c0d5bdaf673909ce29030e351e2e5ba41efcfd918e2c321b0b6a82b8a3fa505a3d
7
- data.tar.gz: a180b97367786ef95f68b62a045c5cedddf5649c7f353c3c012d43d1f7ebaa35683d8daf36e88dc5b559a5a456e71f44c41f2c54100ffab564120f74078953c9
6
+ metadata.gz: ae29dec2a267db305586c7ed7e2883e93cde21eec1aee099f214f8184d0620658467aae8df696dc8d5df7e1aea18e1c9b629f6a926f5b25965c88c1afd3b7cf4
7
+ data.tar.gz: 98198cc2d02e42980126f69e45b82eff75b1fc3faa951f4deff6fe1ba04089efe8b641da10b8de50d92444b07dcb0492e0dcd4a92b0d7be8a70ec03184376c16
@@ -7,6 +7,7 @@ html, body {
7
7
  body {
8
8
  padding-top: 60px;
9
9
  font-size: 1.1em;
10
+ font-family: -apple-system, BlinkMacSystemFont, SFProDisplay-Regular;
10
11
  }
11
12
 
12
13
  hr {
@@ -36,4 +37,4 @@ pre {
36
37
 
37
38
  blockquote {
38
39
  color: #666;
39
- }
40
+ }
@@ -4,7 +4,7 @@
4
4
 
5
5
  .site-header {
6
6
  position: fixed;
7
- height: 50px;
7
+ height: 64px;
8
8
  width: 100%;
9
9
  top: 0;
10
10
  left: 0;
@@ -12,7 +12,7 @@
12
12
  border-bottom: 1px solid #eee;
13
13
  background: #fff;
14
14
  z-index: 1;
15
- line-height: 50px;
15
+ line-height: 64px;
16
16
  font-size: 20px;
17
17
  box-sizing: border-box;
18
18
 
@@ -39,13 +39,13 @@
39
39
 
40
40
  .site-nav {
41
41
  float: right;
42
- display: inline-block;
43
42
  font-size: 16px;
44
43
  font-weight: 400;
45
44
  }
46
45
 
47
46
  .sidebar-nav-item {
48
47
  color: black;
48
+ display: inline-block;
49
49
  }
50
50
 
51
51
  .sidebar-nav-item {
@@ -66,8 +66,9 @@
66
66
  }
67
67
 
68
68
  .avatar {
69
- height: 48px;
70
- border-radius: 48px;
69
+ height: 64px;
70
+ border-radius: 64px;
71
+ vertical-align: middle;
71
72
  }
72
73
 
73
74
  .container {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gravid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - zddhub
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-31 00:00:00.000000000 Z
11
+ date: 2021-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  - !ruby/object:Gem::Version
133
133
  version: '0'
134
134
  requirements: []
135
- rubygems_version: 3.1.2
135
+ rubygems_version: 3.1.4
136
136
  signing_key:
137
137
  specification_version: 4
138
138
  summary: A simple and beautiful jekyll theme.