jekyll-theme-noesya 1.0.24 → 1.0.25

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: 24f7b5480fdb6a5b7369ac032b3963f3d26713366085e1b78226b96f5353b6d2
4
- data.tar.gz: c45257bdaeb4af1d417278ca016d37c36276e44b8e7c698277bb1834fd6c5157
3
+ metadata.gz: 6be4ecc93cf7a7c226e11f62023c8ecf83046b9f2de20ea4446c0e8a6081fc4d
4
+ data.tar.gz: 255360a922005f848e7dd9de3954552b04871caffd2f97d13ceca964dac0e93b
5
5
  SHA512:
6
- metadata.gz: 89a2cc7f8ad61569fbe9dc2395e6b9d6ed92316337b038e43a8b49c30f1333ff30fd524680f949d2f45361df3666db7c57c2334fe255fde7bae2876f9b5acc2f
7
- data.tar.gz: 3747284128a48156755bc01701919ff6dde6af8207cbd1f1f1d03fa3591a8cde6ad9b53e6fe25bd142358e384025ee7c382630848c35fcf640c1375e6b5bb702
6
+ metadata.gz: 1aa14801b99b28e1f4c15fbaaf06230b6a7368b7d657b7b4b21dbfa3007611b05978884faa679fe155ed9ec053dd877557b1af225c4d4467607bdef91a754532
7
+ data.tar.gz: 82db2a2090dd7a8b305123b5362261e52f8c89f7a287c9792e8528c9f601f461832a70e801c89e073eb0cc4da3479852bc290c57ace5aba11042b121356840f7
@@ -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,27 @@ 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
31
  @media (max-width: 350px)
38
32
  font-size: px2rem(20)
39
- margin-left: 15px
33
+ margin-left: $grid-gutter / 2
40
34
 
41
35
  @include media-breakpoint-up(lg)
42
36
  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.24
4
+ version: 1.0.25
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-06 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.