jekyll-theme-noesya 1.1.1 → 1.1.3

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: 9974f3fac6e3ca4c29a5b1be65a186754d51f54904c0595de0457337d1262e40
4
- data.tar.gz: ebf8c8444d4f8ecac1a67b78329aa84163330078449c454e985b03c3eaf56121
3
+ metadata.gz: 5fe90daecd089baaa21897a5e250efb2b7664e601eb1b6c2b8a238a0ab444aee
4
+ data.tar.gz: 554d4ed4becb203c208a32e50dbd6910f8a58c40d4affb1641ec921ce1cdb963
5
5
  SHA512:
6
- metadata.gz: 796bf9fbb7d9abe3b6846defefa85944b462fa5662922a8bfb3088b172f0c7cbcaa95d57fb94bfc049c9d452860ca698b0316df78154d849da4254f30aa5d60f
7
- data.tar.gz: 67807b539a9308f7404a0fe7a1f20ba24c24f001fcf973ada9035a0073edbc8952dacc34dcfa6296da74f89f26412a3d50e0112009efb2f17468ef93a5b1163c
6
+ metadata.gz: 0fe6ee293561b1631bf9f8409ac376d923d60b0adfef8387825e9aa033bfb8ed151915d8a855fdaeb39b71c0391512f95c271038283b199c73825bb9696c184a
7
+ data.tar.gz: 4d788a42a775e3288e7245fae4e85f0159215f5e10439609d3654c161c9c17af22cfdc70792df9c392def6061c1acd90a16641279235544ee0192f635fc1e7fc
data/_layouts/page.html CHANGED
@@ -4,7 +4,14 @@ class: page
4
4
  ---
5
5
 
6
6
  <header>
7
- <h1>{{ page.title }}</h1>
7
+ {% if page.subtitle %}
8
+ <div>
9
+ <h1>{{ page.title }}</h1>
10
+ {{ page.subtitle }}
11
+ </div>
12
+ {% else %}
13
+ <h1>{{ page.title }}</h1>
14
+ {% endif %}
8
15
  </header>
9
16
 
10
17
  {% if page.sections %}
@@ -126,3 +126,18 @@ body > footer
126
126
  color: $secondary-on-gray
127
127
  &:hover
128
128
  color: $primary
129
+
130
+ @media screen and (max-height: 700px) and (min-width: 1024px)
131
+ nav
132
+ &:first-of-type
133
+ li
134
+ font-size: px2rem(32)
135
+ line-height: px2rem(45)
136
+
137
+ @media screen and (max-height: 620px)
138
+ body
139
+ padding-bottom: 0
140
+ > footer
141
+ height: auto
142
+ position: relative
143
+
@@ -6,3 +6,13 @@ main
6
6
  padding-top: $grid-gutter * 5
7
7
  @include media-breakpoint-up(md)
8
8
  padding-top: $grid-gutter * 10
9
+ & > div > h1
10
+ margin-bottom: px2rem(30)
11
+ + p
12
+ font-size: px2rem(22)
13
+ line-height: px2rem(37)
14
+ margin-bottom: px2rem(60)
15
+ @include media-breakpoint-up(lg)
16
+ font-size: px2rem(25)
17
+ line-height: px2rem(38)
18
+ margin-bottom: px2rem(100)
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.1.1
4
+ version: 1.1.3
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: 2023-01-27 00:00:00.000000000 Z
13
+ date: 2023-04-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: jekyll