jekyll-theme-noesya 1.1.5 → 1.1.7

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: 63cced3842a096b4c2e262a004a843d0d19d407e9c4d5ad2cbf33373d77a3d5f
4
- data.tar.gz: 1aaa964183956fa6941f8c2779b31fc46687965e0837d65b56c6a69603ccd752
3
+ metadata.gz: 19abb75aac4ea2545ae0b9035c439c95db38a7e5144006a856c9d732a1dac4ab
4
+ data.tar.gz: cf40a77de8b47bd2f802c63da73f70c3d910373f6555c132ce5f4ef015b0579b
5
5
  SHA512:
6
- metadata.gz: 6838ee8fbc1642bcb98d26a6e5059965357470c977cd6517bacc8985fe19540362729b66b299f2ff11fc5b2b7978b0093a6f9fa23ca9ade103dd663dff787383
7
- data.tar.gz: 6d1b13810f138cd12c052b1a5bbfd6c5704efe8ba1b5ed00967e1ff4919ce333484ffb6a4ba060e9f2e7387708aa9faf734831f644453fefeeef69cd16ef7023
6
+ metadata.gz: 542d3cb4446f3394e3eaac63046631dbc7ca370c1affc249f93711b85518b45cdc5b161059616574e2eb6262cefb0b437f663ad37ca9cade074761f203911438
7
+ data.tar.gz: 7b9e624a3412119f334f0059c7a12367e0ac8bb4ea9787eb41ab489704eb010cc9e0f508ec381ae8a96b32cf5dc1a88bcf0bb953c68a79dabe70b4e6afb14bf1
@@ -18,4 +18,4 @@
18
18
  {% include nav/legal.html %}
19
19
  {% include nav/contacts.html %}
20
20
  </div>
21
- </footer>
21
+ </footer>
@@ -1,3 +1,3 @@
1
- <a href="https://bcorporation.net/certification/all-pending-b-corps" target="_blank" rel="noreferrer" class="bcorp">
2
- <img src="https://assets.noesya.coop/images/logos/logo-bcorp-pending.svg" alt="Certified B-Corporation Pending" width="66" height="120">
1
+ <a href="https://www.bcorporation.net/en-us/find-a-b-corp/company/noesya/" target="_blank" rel="noreferrer" class="bcorp">
2
+ <img src="https://assets.noesya.coop/images/logos/bcorp.svg" alt="Certified B-Corporation Pending" width="66" height="120">
3
3
  </a>
@@ -43,6 +43,9 @@ body > footer
43
43
  display: block
44
44
  margin-bottom: $grid-gutter
45
45
  max-width: 85px
46
+ img
47
+ object-fit: contain
48
+ max-height: 30vh
46
49
 
47
50
  @include media-breakpoint-down(lg)
48
51
  .bcorp
@@ -54,15 +57,24 @@ body > footer
54
57
  li
55
58
  font-size: px2rem(40)
56
59
  line-height: 1.4
57
-
58
- @include media-breakpoint-height-up(780px)
60
+ @include media-breakpoint-height-up(700px)
59
61
  padding-bottom: $grid-gutter * 2
60
- padding-top: $grid-gutter * 4
61
- nav
62
- &:first-of-type
63
- li
64
- font-size: px2rem(55)
65
- line-height: px2rem(75)
62
+ padding-top: $grid-gutter * 2
63
+ nav:first-of-type
64
+ li
65
+ font-size: px2rem(35)
66
+ line-height: px2rem(55)
67
+ @include media-breakpoint-height-up(790px)
68
+ nav:first-of-type
69
+ li
70
+ font-size: px2rem(45)
71
+ line-height: px2rem(65)
72
+ @include media-breakpoint-height-up(860px)
73
+ padding-bottom: $grid-gutter * 4
74
+ nav:first-of-type
75
+ li
76
+ font-size: px2rem(55)
77
+ line-height: px2rem(75)
66
78
 
67
79
  @include media-breakpoint-up(lg)
68
80
  bottom: 0
metadata CHANGED
@@ -1,16 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-noesya
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
- - Sébastien Moulène
8
7
  - Arnaud Levy
9
8
  - Alexis BENOIT
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2023-06-12 00:00:00.000000000 Z
12
+ date: 2023-11-30 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: jekyll
@@ -84,8 +83,7 @@ dependencies:
84
83
  version: '0'
85
84
  description:
86
85
  email:
87
- - sebousan@gmail.com
88
- - contact@arnaudlevy.com
86
+ - arnaud.levy@noesya.coop
89
87
  - alexis.benoit@noesya.coop
90
88
  executables: []
91
89
  extensions: []