jekyll-theme-hamilton 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: 1ac0b3025119b6abb1c840b3b2e02eb0f4e4772650c19c21ace2ab4dcdb80cf2
4
- data.tar.gz: c37507800cf89bb01c6d2eefbdbf477027baf1f9a542e953cd631001034b7413
3
+ metadata.gz: 5645fb9778838423d8c2a7e7b3ed266aac69a656d38444d8ece92b74f1958eac
4
+ data.tar.gz: 81d332f313d19a3934e7647bb0d2850cfab5486b864949d600b65cb550cca30a
5
5
  SHA512:
6
- metadata.gz: 69ce6d788d23f532f75abfe397c29182a0ad6801b580234cada74901df8ee8e19d547e771d4bbba09b6547a4eb9359eb5585ac96db883eb791e0e33982fdd80f
7
- data.tar.gz: f09f0e58ea78df7f205931844dbf918e0474d17cef2c14e8178f90019d4af42213b035804b01d5fa153a36e77988483c8803643af25ff3396d130885daaaa41c
6
+ metadata.gz: f79d43c995d3920e4c041b089f4306c18a0fcdbc3433c480feae728872b4c909a6c8775cd7a12b5dea948bb100449933ad8ab386ad606dd91f71e3036220b8a7
7
+ data.tar.gz: f0e872a09ea5f678b0631317c408a98a553afed6d9e302b189df29bab38cf34dd16357ddcbc943785e2fcd58c8201cb50585e3c4a18807455cb2f829c3716e24
@@ -4,8 +4,8 @@
4
4
  .site-header {
5
5
  border-top: 5px solid;
6
6
  border-bottom: 1px solid;
7
- min-height: $spacing-unit * 1.865;
8
- line-height: $base-line-height * $base-font-size * 2.25;
7
+ min-height: $base-font-size * 3;
8
+ line-height: $base-font-size * 3;
9
9
 
10
10
  // Positioning context for the mobile navigation icon
11
11
  position: relative;
@@ -37,18 +37,23 @@
37
37
 
38
38
  .menu-icon {
39
39
  float: right;
40
- width: 36px;
41
- height: 26px;
40
+ width: $base-font-size * 2;
41
+ height: $base-font-size * 2;
42
42
  line-height: 0;
43
- padding-top: 10px;
44
43
  text-align: center;
44
+
45
+ svg {
46
+ width: $base-font-size;
47
+ height: $base-font-size;
48
+ padding-top: $base-font-size / 2;
49
+ }
45
50
  }
46
51
 
47
52
  label[for="nav-trigger"] {
48
53
  display: block;
49
54
  float: right;
50
- width: 36px;
51
- height: 36px;
55
+ width: $base-font-size * 2;
56
+ height: $base-font-size * 2;
52
57
  z-index: 2;
53
58
  cursor: pointer;
54
59
  }
@@ -8,8 +8,8 @@ $base-line-height: 1.4 !default;
8
8
 
9
9
  // Layouts
10
10
  $spacing-unit: 2rem !default;
11
- $content-width: 840px !default;
11
+ $content-width: 900px !default;
12
12
 
13
13
  $on-small: 500px !default;
14
- $on-medium: 700px !default;
15
- $on-large: 840px !default;
14
+ $on-medium: 750px !default;
15
+ $on-large: 900px !default;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-hamilton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shangzhi Huang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-04 00:00:00.000000000 Z
11
+ date: 2020-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  - !ruby/object:Gem::Version
156
156
  version: '0'
157
157
  requirements: []
158
- rubygems_version: 3.0.1
158
+ rubygems_version: 3.0.6
159
159
  signing_key:
160
160
  specification_version: 4
161
161
  summary: Another minimal style of Jekyll theme for writers