jekyll-theme-lcsb-default 0.4.16 → 0.4.17
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 +26 -26
- data/lib/jekyll-theme-lcsb-default.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 818ebbe37fd9c473e705a8b409c5d020825f58ee73465eaee1daeab6148dc394
|
|
4
|
+
data.tar.gz: 25a6086a694d916035b35f44d91e109942c722abd5f94a62ae1107e6e1cf16d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd9bd3d51eec862baf712079efd1ba09f5584ef8b13589529e44d6c5bf59ca2dc509ff0fc41f99bbca370002ac8d571c4ea3a294f5d07fc9ea24dc30b3ccce26
|
|
7
|
+
data.tar.gz: a4ba15bef45b124a4230eb4452967899ded04cecff53aace19b826ea2abba698c4cd2663787d65cd91237b5511d93fb2c15cd0e89e20dd598416edbeb64dbffd
|
data/_sass/minima/_lcsb.scss
CHANGED
|
@@ -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
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
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) {
|