jekyll-theme-lcsb-default 0.4.15 → 0.4.18
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.
- checksums.yaml +4 -4
- data/_sass/minima/_lcsb.scss +34 -36
- data/lib/jekyll-theme-lcsb-default.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cabea90a831948b85457fc72a3d84029e1f91fcaef29dddb0c7af8b52af9b187
|
|
4
|
+
data.tar.gz: 37b0c11a06eb370f0938be151ef438ec78d89c284a29cf998b604e79ac056672
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2b6d13e2920a7726e0e36c8daaeb39e8624fb36a04f6247eb4196081ce3a0b59fcb40fc2d2dd02b55396fec6cf308d8ae701f3caee81b9b42c0edaa5927bcf4
|
|
7
|
+
data.tar.gz: 106dc91dc26d2f6533489e0473636646f00ceb4cb7fe7b23966a1f22c56360b92f0250bf948140637e5f1a23d7eacb7cacc8b585e82302ef82d3949484512629
|
data/_sass/minima/_lcsb.scss
CHANGED
|
@@ -132,6 +132,14 @@ div.alert.primary {
|
|
|
132
132
|
.img-logo-big {
|
|
133
133
|
display: none;
|
|
134
134
|
}
|
|
135
|
+
|
|
136
|
+
.social-container {
|
|
137
|
+
position: relative;
|
|
138
|
+
left:0;
|
|
139
|
+
width: 100%;
|
|
140
|
+
text-align: center;
|
|
141
|
+
float: unset;
|
|
142
|
+
}
|
|
135
143
|
}
|
|
136
144
|
|
|
137
145
|
// Normal screen =================================================================================
|
|
@@ -154,45 +162,35 @@ div.alert.primary {
|
|
|
154
162
|
}
|
|
155
163
|
|
|
156
164
|
@media (max-width: 680px) {
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.footer-text-container {
|
|
177
|
-
margin-bottom: 4px;
|
|
178
|
-
left: 0;
|
|
179
|
-
width: 100%;
|
|
180
|
-
position: relative;
|
|
181
|
-
text-align: center;
|
|
182
|
-
}
|
|
183
|
-
.social-container {
|
|
184
|
-
position: relative;
|
|
185
|
-
left:0;
|
|
186
|
-
width: 100%;
|
|
187
|
-
text-align: center;
|
|
188
|
-
float: unset;
|
|
189
|
-
}
|
|
190
|
-
}
|
|
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;
|
|
191
181
|
|
|
192
|
-
@media (max-width: 640px) {
|
|
193
|
-
.img-uni-lu {
|
|
194
182
|
}
|
|
195
183
|
|
|
184
|
+
.footer-text-container {
|
|
185
|
+
margin-bottom: 4px;
|
|
186
|
+
left: 0;
|
|
187
|
+
width: 100%;
|
|
188
|
+
position: relative;
|
|
189
|
+
text-align: center;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
@media (max-width: 640px) {
|
|
196
194
|
.img-banner-main {
|
|
197
195
|
margin-left: 3%;
|
|
198
196
|
}
|
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.
|
|
4
|
+
version: 0.4.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Trefex
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2022-06-
|
|
12
|
+
date: 2022-06-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jekyll
|