jekyll-theme-noesya 1.0.23 → 1.0.27

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: c8cd28b444923d4c6dc7703a70a69f5b9cc4aae9afca08dca776d0f17f34e3a7
4
- data.tar.gz: 9029039e680a56d65314480d3a5a7b96d74c9dd53961ec1711f76687c5363ea0
3
+ metadata.gz: ab8020ecb5c037a73c4c2b92366494271bbaa661c60b512967e73efd94986f37
4
+ data.tar.gz: e661517e36374b314a7215f3664f85b514d206cb2477798614eef44318317940
5
5
  SHA512:
6
- metadata.gz: cf365d48f08d6a02494faa78cb3fa8d0dc50c5a55938de23c76af6e92e215880163acb99c4da125df370499087d7449ae8c7622f7e3edde9ad486b66d61b4990
7
- data.tar.gz: 3c47c1cec2fa4e21b7c72cbdb24355b3ce77d864ceb9971cf5dcbb52f99015bec9c503a49c8424961013c8c1faf36945dc2946b95aa7b0e43ca516c809fa3043
6
+ metadata.gz: 6007a451d4f6deed078681d51c8b54d638e947a475be85b52097e205052e957c715def1783ac772f8306c5b4de484ade0fbfe3a80e1bb82c0d146a05e580a162
7
+ data.tar.gz: b3290e1bab5c1362bdfe23d60fbc202abe5c1f5f7cd890c669a6dd4f440af0f99a51bd3280ffa5a33951bd6bea62b2ae5ba57b6cddbd2940831d6a55347d615b
@@ -18,7 +18,7 @@
18
18
  {% include header.html %}
19
19
  <main aria-label="Content" class="{{ page.class | default: layout.class }}">
20
20
  {{ content }}
21
- {% include navigation-between-pages.html %}
21
+ {% include navigation-between-pages.html auto=page.auto_navigation %}
22
22
  </main>
23
23
  {% include footer.html %}
24
24
 
@@ -1,6 +1,6 @@
1
1
  body > header
2
2
  @include container
3
- align-items: center
3
+ align-items: baseline
4
4
  display: flex
5
5
  left: 0
6
6
  padding-top: $grid-sm-margin * 2
@@ -10,33 +10,28 @@ body > header
10
10
  z-index: 2
11
11
  @include media-breakpoint-up(md)
12
12
  padding-top: $grid-gutter * 2
13
- &.menu-burger-only-mobile
14
- margin-top: -3px
15
- nav
16
- margin-top: -3px
17
13
  a
18
14
  text-decoration: none
19
- // Logo
20
- img
21
- display: block
22
- margin-left: -2px
15
+ // Logo
23
16
  > a
24
- display: inline-block
17
+ align-self: flex-start
25
18
  flex-shrink: 0
26
19
  position: relative
27
20
  transition: filter .3s ease
28
- vertical-align: middle
29
21
  z-index: 1
22
+ @include media-breakpoint-up(md)
23
+ margin-top: -1px
24
+ img
25
+ display: block
26
+ margin-left: -2px
30
27
  & + em
31
- display: inline-block
32
28
  flex-shrink: 0
33
29
  font-size: px2rem(25)
34
30
  margin-left: $grid-gutter
35
- margin-top: -4px
36
- vertical-align: middle
37
- @media (max-width: 350px)
38
- font-size: px2rem(20)
39
- margin-left: 15px
31
+ @include media-breakpoint-down(sm)
32
+ font-size: px2rem(22)
33
+ margin-left: $grid-gutter / 2
34
+ margin-top: 2px
40
35
 
41
36
  @include media-breakpoint-up(lg)
42
37
  width: calc(8.3333% + 9px)
@@ -104,6 +104,7 @@
104
104
  li
105
105
  font-family: $font-family-serif
106
106
  font-size: px2rem(25)
107
+ line-height: 1
107
108
  margin-bottom: 0
108
109
  &:not(:first-child)
109
110
  margin-left: $grid-gutter
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-noesya
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.23
4
+ version: 1.0.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Moulène
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-11-05 00:00:00.000000000 Z
13
+ date: 2021-11-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: jekyll
@@ -157,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
157
157
  - !ruby/object:Gem::Version
158
158
  version: '0'
159
159
  requirements: []
160
- rubygems_version: 3.1.4
160
+ rubygems_version: 3.1.6
161
161
  signing_key:
162
162
  specification_version: 4
163
163
  summary: Noesya theme for Jekyll.