jekyll-theme-noesya 1.0.22 → 1.0.26

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: b7e56e7b5e6006e05cb21341571ca47665186f29bb15f638a95ce55d879b7f43
4
- data.tar.gz: 263aca04c2d38797ad0a12081a37a64a685e10c81ab2e507af097b01c22ae9bf
3
+ metadata.gz: 86150bd945c4eafcf74b6ef9041e7c9cd1517a2529b6c2be74e2728c483d007e
4
+ data.tar.gz: e07efd22690691cc79202020cba58190389e541a347582c46515263088f64030
5
5
  SHA512:
6
- metadata.gz: 186aed2f2617b7083401745466fdbfaf192ca36c414898a113e9ab0fc0597f02cd3f1292b870720b280200fd2e3fe8eecef323adf954b579c292d381c1297645
7
- data.tar.gz: a176e88b1054bfc67cae6e9cca5baf97e211ac8540d52c9111258d1e96f1f6f78ace0f53e47df124129d0cc6fbb2078bab185cd1c923bbfe21da70aefec6c255
6
+ metadata.gz: 42e0647a9e33e2b6d871b65821ea46e347af9c0b4251a0e910c243101e2a8f9a31f3e388e545215143a12b37571ddfd6a7d94124d4e56aa1a33f9385cb081928
7
+ data.tar.gz: ea3a5d316ba5dbee2da929bdc84b4e43159c6d94f03c7f04cf50b37c17add27faf0e16272840650a9dd9f64ed44c9494cabb3af301e86cd1a4b01abee6cd6d4d
@@ -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 auto=true %}
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
17
+ align-self: flex-start
24
18
  display: inline-block
25
19
  flex-shrink: 0
26
20
  position: relative
27
21
  transition: filter .3s ease
28
22
  vertical-align: middle
29
23
  z-index: 1
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-right: 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.22
4
+ version: 1.0.26
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.