jekyll-theme-noesya 1.0.25 → 1.0.29

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: 6be4ecc93cf7a7c226e11f62023c8ecf83046b9f2de20ea4446c0e8a6081fc4d
4
- data.tar.gz: 255360a922005f848e7dd9de3954552b04871caffd2f97d13ceca964dac0e93b
3
+ metadata.gz: 444b17e7ff8154604de592e4301b890fdc47c38ed4bd77e8c99f62e0405d4382
4
+ data.tar.gz: 10ec4b6507e607f93232843f44fb58144400e2c5c3a55b195b525d84adc5d40d
5
5
  SHA512:
6
- metadata.gz: 1aa14801b99b28e1f4c15fbaaf06230b6a7368b7d657b7b4b21dbfa3007611b05978884faa679fe155ed9ec053dd877557b1af225c4d4467607bdef91a754532
7
- data.tar.gz: 82db2a2090dd7a8b305123b5362261e52f8c89f7a287c9792e8528c9f601f461832a70e801c89e073eb0cc4da3479852bc290c57ace5aba11042b121356840f7
6
+ metadata.gz: e2d7a58c80a8af60a44f612a432e674cf9f03bf655533503a9c04957579867a0d85c985c41e65cfde14d911d3ff0dd52060def9a70e6578df138b555c90741c4
7
+ data.tar.gz: 2ea8b8e6f577fec383419ac422f29f66eeea5ecdc49df79dd68747e3d4882074388bfff4dfca7443f8852f6005b4ffe48ae85d99eba7f99f01eed170d7a52890
@@ -14,13 +14,21 @@ body > header
14
14
  text-decoration: none
15
15
  // Logo
16
16
  > a
17
- align-self: flex-start
18
- display: inline-block
17
+ align-self: flex-end
19
18
  flex-shrink: 0
20
19
  position: relative
21
20
  transition: filter .3s ease
22
- vertical-align: middle
23
21
  z-index: 1
22
+ @include media-breakpoint-up(sm)
23
+ margin-top: 1px
24
+ @include media-breakpoint-up(md)
25
+ margin-top: 0
26
+ @include media-breakpoint-up(lg)
27
+ margin-top: 3px
28
+ @include media-breakpoint-up(xl)
29
+ margin-top: 0
30
+ @include media-breakpoint-up(xxl)
31
+ margin-top: -4px
24
32
  img
25
33
  display: block
26
34
  margin-left: -2px
@@ -28,9 +36,10 @@ body > header
28
36
  flex-shrink: 0
29
37
  font-size: px2rem(25)
30
38
  margin-left: $grid-gutter
31
- @media (max-width: 350px)
32
- font-size: px2rem(20)
39
+ @include media-breakpoint-down(sm)
40
+ font-size: px2rem(22)
33
41
  margin-left: $grid-gutter / 2
42
+ margin-top: 2px
34
43
 
35
44
  @include media-breakpoint-up(lg)
36
45
  width: calc(8.3333% + 9px)
@@ -90,6 +90,7 @@
90
90
  .menu-burger-only-mobile &
91
91
  background: transparent
92
92
  margin-left: auto
93
+ overflow: visible
93
94
  padding-top: 0
94
95
  position: static
95
96
  transform: none
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.25
4
+ version: 1.0.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Moulène