jekyll-theme-lcsb-default 0.4.15 → 0.4.16
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 -7
- 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: 8f02aa46336148e21632b25b9fbb5d87cc3b064ee444bc30754530db4d54aa53
|
|
4
|
+
data.tar.gz: db088a5b9f8d54f00e807b7a653b5cc3ab53554897413f3ec07d1e6ea56b4f58
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47868e2493c5f79df8e6f27947e704cf30fa219ec254d59679f0e102538171edec887596ca22108d1879c5d0d6e6c606d6ae7c214ffe1202842dba9d10e14ed7
|
|
7
|
+
data.tar.gz: 05f8833d9a2ed2cfb7ab1cd4fccd34a33d5b07deb0d95c5f4512f47e819e880e6f53fa76d5844be22cd41fadfe763d2489dc3d0f2110ac276b52ff11ca7d2ad5
|
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 =================================================================================
|
|
@@ -180,13 +188,6 @@ div.alert.primary {
|
|
|
180
188
|
position: relative;
|
|
181
189
|
text-align: center;
|
|
182
190
|
}
|
|
183
|
-
.social-container {
|
|
184
|
-
position: relative;
|
|
185
|
-
left:0;
|
|
186
|
-
width: 100%;
|
|
187
|
-
text-align: center;
|
|
188
|
-
float: unset;
|
|
189
|
-
}
|
|
190
191
|
}
|
|
191
192
|
|
|
192
193
|
@media (max-width: 640px) {
|
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.16
|
|
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
|