jekyll-theme-lcsb-default 0.4.16 → 0.4.17

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: 8f02aa46336148e21632b25b9fbb5d87cc3b064ee444bc30754530db4d54aa53
4
- data.tar.gz: db088a5b9f8d54f00e807b7a653b5cc3ab53554897413f3ec07d1e6ea56b4f58
3
+ metadata.gz: 818ebbe37fd9c473e705a8b409c5d020825f58ee73465eaee1daeab6148dc394
4
+ data.tar.gz: 25a6086a694d916035b35f44d91e109942c722abd5f94a62ae1107e6e1cf16d3
5
5
  SHA512:
6
- metadata.gz: 47868e2493c5f79df8e6f27947e704cf30fa219ec254d59679f0e102538171edec887596ca22108d1879c5d0d6e6c606d6ae7c214ffe1202842dba9d10e14ed7
7
- data.tar.gz: 05f8833d9a2ed2cfb7ab1cd4fccd34a33d5b07deb0d95c5f4512f47e819e880e6f53fa76d5844be22cd41fadfe763d2489dc3d0f2110ac276b52ff11ca7d2ad5
6
+ metadata.gz: bd9bd3d51eec862baf712079efd1ba09f5584ef8b13589529e44d6c5bf59ca2dc509ff0fc41f99bbca370002ac8d571c4ea3a294f5d07fc9ea24dc30b3ccce26
7
+ data.tar.gz: a4ba15bef45b124a4230eb4452967899ded04cecff53aace19b826ea2abba698c4cd2663787d65cd91237b5511d93fb2c15cd0e89e20dd598416edbeb64dbffd
@@ -140,6 +140,23 @@ div.alert.primary {
140
140
  text-align: center;
141
141
  float: unset;
142
142
  }
143
+
144
+ .r3-logo-container {
145
+ position: relative;
146
+ left:0;
147
+ width: 100%;
148
+ text-align: center;
149
+ padding-bottom: 1em;
150
+
151
+ }
152
+
153
+ .footer-text-container {
154
+ margin-bottom: 4px;
155
+ left: 0;
156
+ width: 100%;
157
+ position: relative;
158
+ text-align: center;
159
+ }
143
160
  }
144
161
 
145
162
  // Normal screen =================================================================================
@@ -162,32 +179,15 @@ div.alert.primary {
162
179
  }
163
180
 
164
181
  @media (max-width: 680px) {
165
- .lcsb-logo {
166
- height: 32px;
167
- margin: 0px auto;
168
-
169
- float: none;
170
- position: initial;
171
- top: unset;
172
- left: unset;
173
- }
174
-
175
- .r3-logo-container {
176
- position: relative;
177
- left:0;
178
- width: 100%;
179
- text-align: center;
180
- padding-bottom: 1em;
181
-
182
- }
183
-
184
- .footer-text-container {
185
- margin-bottom: 4px;
186
- left: 0;
187
- width: 100%;
188
- position: relative;
189
- text-align: center;
190
- }
182
+ .lcsb-logo {
183
+ height: 32px;
184
+ margin: 0px auto;
185
+
186
+ float: none;
187
+ position: initial;
188
+ top: unset;
189
+ left: unset;
190
+ }
191
191
  }
192
192
 
193
193
  @media (max-width: 640px) {
@@ -3,5 +3,5 @@
3
3
  # Note: keep the format of NUMBER.NUMBER.NUMBER (where NUMBER is [0-9]+);
4
4
  # Otherwise Gitlab-CI could fail to detect the version (see .gitlab-ci.yml) and auto-tag the job
5
5
  module Theme
6
- VERSION = "0.4.16"
6
+ VERSION = "0.4.17"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-lcsb-default
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.16
4
+ version: 0.4.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trefex