jekyll-theme-noesya 1.0.24 → 1.0.28

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: f5c26564d2a2c3e1ad0dd323f382df2dba4bf9e460ac0d0704650d55ad85b2ef
4
+ data.tar.gz: daad3fc54d861b963de8690aac9a047ccfb9417620983f14c62ef26a5f7417eb
5
5
  SHA512:
6
- metadata.gz: 89a2cc7f8ad61569fbe9dc2395e6b9d6ed92316337b038e43a8b49c30f1333ff30fd524680f949d2f45361df3666db7c57c2334fe255fde7bae2876f9b5acc2f
7
- data.tar.gz: 3747284128a48156755bc01701919ff6dde6af8207cbd1f1f1d03fa3591a8cde6ad9b53e6fe25bd142358e384025ee7c382630848c35fcf640c1375e6b5bb702
6
+ metadata.gz: 22d6f035bc69688df980071c41632b2244b3caf4c8ee79e8e90ae6cbc127cfdbbbe5584ab54782e424983230cbf1633be2b0cff72fe5513597dd66e4a6bc60cf
7
+ data.tar.gz: 1d8886aa516ad266ddf783a486d2f701eebc4b6db20e00d85d38dc7bf227b386527929766c43e53c9f31000dd48c9fb80b450dd0564d156844058ef3335af527
@@ -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)
@@ -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
@@ -104,6 +105,7 @@
104
105
  li
105
106
  font-family: $font-family-serif
106
107
  font-size: px2rem(25)
108
+ line-height: 1
107
109
  margin-bottom: 0
108
110
  &:not(:first-child)
109
111
  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.28
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.