mpiwg-jekyll-theme 0.3.6 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/assets/css/main.scss +15 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e46f5d10a681568f5b51f4fe3de8ba6afa720ec96dea1282fc617c8bafeee78
4
- data.tar.gz: 36b886e667bd8ee60f367a495f012d6721aa888e0674fba2fdf75a2681f501da
3
+ metadata.gz: 15558f8e80e7491df25205dc67b6acf17362a942ab8a6662608de66335f9818d
4
+ data.tar.gz: ccc8e400810d0aa237b5d8663deabccd6b563a4df0060ff718a66badcef4be37
5
5
  SHA512:
6
- metadata.gz: 6cb3769997c94deca85f7255ee30ad25762dfab7004769c9deeda477e00d0d494b2ad829aea9cc654abdb321647df46f588013bea8a68de909fd6253376fc9f1
7
- data.tar.gz: c6c72feebcd27a548c7043a0dc2c0fa03faf913635a227784c43df5f21ae294f798ec9bfb614f973799b7ca8f4e317297e4041077fc701eb2f8dbed3b4b10b73
6
+ metadata.gz: df433695490e2a3a15cbccac18a75efc12b30d141d3b2d60e82f94d99041b36ae2667b9c0804784e7badc589441a021ee4e5af56bd57693ee6f2635c56e84ba2
7
+ data.tar.gz: 5a37ad1718553a25af9c9d0daf3195e4bc5cef77c93ce8f941c89fa11ccbf11a7b49fdf6cb2be9c1b9121d757b3f2d34f59b3fee7a5bbf5b57c3ae0481bdb15a
data/assets/css/main.scss CHANGED
@@ -1,6 +1,15 @@
1
1
  ---
2
2
  ---
3
3
 
4
+ details {
5
+ margin-bottom: 1rem;
6
+ padding-top: 0.5rem;
7
+ border-top: 2px solid #ccc;
8
+ summary {
9
+ font-size: 1.2rem;
10
+ margin-bottom: 0.5rem;
11
+ }
12
+ }
4
13
  header {
5
14
  .header-content {
6
15
  margin-bottom: 1rem;
@@ -60,8 +69,13 @@ p {
60
69
  }
61
70
  }
62
71
 
63
- @media (min-width: 400px) and (max-width: 800px) {
72
+ @media screen and (max-width: 64em) {
64
73
  #ultimenu-main {
65
74
  display: none;
66
75
  }
76
+ }
77
+ @media screen and (min-width: 64em) {
78
+ #ultimenu-main {
79
+ display: block !important;
80
+ }
67
81
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mpiwg-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Kräutli