plaintro 0.2.0 → 0.2.1
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/plaintro/_layout.scss +2 -5
- 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: 29393b55daf6f07d526676c342c2e421d2f5ed40c29b850c7be93a08732b9956
|
|
4
|
+
data.tar.gz: 117f3b6de59c40f40e88c25be6cc8e94b717540c21f2cbb321492188bc38eaff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04e475326d063393743766b6e3b1983c19be27c958a52befdd9171bfb4daa74a6fb60ba0e9bd0d973ceef455c81cb6d1d799b06fd326bc7ff8bceae25831a35c
|
|
7
|
+
data.tar.gz: 4a76b6d263a1c2d73acd9e4d130566cc40c0b613ae723089f0266051cfe748784e93eb9c88f7e982cb24ee00620b7d330ef27c814d07ced589391979991e9d65
|
data/_sass/plaintro/_layout.scss
CHANGED
|
@@ -248,11 +248,12 @@ a:hover {
|
|
|
248
248
|
|
|
249
249
|
.site-portfolio-section .site-portfolio-thumbnail {
|
|
250
250
|
margin-left: 0;
|
|
251
|
+
margin-bottom: 0.9em;
|
|
251
252
|
width: 43%;
|
|
252
253
|
}
|
|
253
254
|
|
|
254
255
|
.site-portfolio-thumbnail img {
|
|
255
|
-
margin-bottom: 0
|
|
256
|
+
margin-bottom: 0;
|
|
256
257
|
margin-top: 1.0em;
|
|
257
258
|
}
|
|
258
259
|
|
|
@@ -373,10 +374,6 @@ div.site-resume h1::after {
|
|
|
373
374
|
width: 100%;
|
|
374
375
|
}
|
|
375
376
|
|
|
376
|
-
.site-portfolio-thumbnail img {
|
|
377
|
-
margin-bottom: 0;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
377
|
.site-portfolio-section .site-portfolio-content {
|
|
381
378
|
margin-top: 0;
|
|
382
379
|
width: 100%;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: plaintro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chia-Yu Chou
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-08-
|
|
11
|
+
date: 2021-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|