jekyll-theme-lcsb-default 0.4.17 → 0.4.20
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 +8 -4
- 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: 69228b7b0e2d24363330d97313e240ad0889e0a0fb2d16cc2452f8846b8b3777
|
|
4
|
+
data.tar.gz: a61f05fe320925772ec76f9f3c87929fb803c888e33dc6c14eb06bf297dc433c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91a1c6b30a784fb3d0f06fecaaf9ac36ddaf2e380e7e89c4360b5c7d1adfe737a777e93fc2a29b368199e2362d94d9fbca7fafc15ffb026e82aea4b571235b55
|
|
7
|
+
data.tar.gz: 68c65c02196b293b1ca8d1b7f1f4660a5c5ac73e7e023b3037ab9e849bf6a324654f3977a49ddd64e6de976ca5156f96a6febbb64633ba81317198d79db3c528
|
data/_sass/minima/_lcsb.scss
CHANGED
|
@@ -147,7 +147,6 @@ div.alert.primary {
|
|
|
147
147
|
width: 100%;
|
|
148
148
|
text-align: center;
|
|
149
149
|
padding-bottom: 1em;
|
|
150
|
-
|
|
151
150
|
}
|
|
152
151
|
|
|
153
152
|
.footer-text-container {
|
|
@@ -188,12 +187,17 @@ div.alert.primary {
|
|
|
188
187
|
top: unset;
|
|
189
188
|
left: unset;
|
|
190
189
|
}
|
|
191
|
-
}
|
|
192
190
|
|
|
193
|
-
|
|
194
|
-
|
|
191
|
+
.footer-text-container {
|
|
192
|
+
margin-bottom: 4px;
|
|
193
|
+
left: 0;
|
|
194
|
+
width: 100%;
|
|
195
|
+
position: relative;
|
|
196
|
+
text-align: center;
|
|
195
197
|
}
|
|
198
|
+
}
|
|
196
199
|
|
|
200
|
+
@media (max-width: 640px) {
|
|
197
201
|
.img-banner-main {
|
|
198
202
|
margin-left: 3%;
|
|
199
203
|
}
|