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 +4 -4
- data/_sass/hamilton/layout.scss +12 -7
- data/_sass/hamilton/variables.scss +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5645fb9778838423d8c2a7e7b3ed266aac69a656d38444d8ece92b74f1958eac
|
4
|
+
data.tar.gz: 81d332f313d19a3934e7647bb0d2850cfab5486b864949d600b65cb550cca30a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f79d43c995d3920e4c041b089f4306c18a0fcdbc3433c480feae728872b4c909a6c8775cd7a12b5dea948bb100449933ad8ab386ad606dd91f71e3036220b8a7
|
7
|
+
data.tar.gz: f0e872a09ea5f678b0631317c408a98a553afed6d9e302b189df29bab38cf34dd16357ddcbc943785e2fcd58c8201cb50585e3c4a18807455cb2f829c3716e24
|
data/_sass/hamilton/layout.scss
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
.site-header {
|
5
5
|
border-top: 5px solid;
|
6
6
|
border-bottom: 1px solid;
|
7
|
-
min-height: $
|
8
|
-
line-height: $base-
|
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:
|
41
|
-
height:
|
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:
|
51
|
-
height:
|
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:
|
11
|
+
$content-width: 900px !default;
|
12
12
|
|
13
13
|
$on-small: 500px !default;
|
14
|
-
$on-medium:
|
15
|
-
$on-large:
|
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.
|
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-
|
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.
|
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
|