personal-website 0.2.11 → 0.2.12
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/external-home.scss +1 -1
- data/_sass/home.scss +3 -3
- data/_sass/post.scss +6 -3
- 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: 74e1fa2039a9d2499a70007bf8411ae76d5afd0eb0b55d577a7551d2d1148a86
|
|
4
|
+
data.tar.gz: 4a79203036ff6abf0e4d922463dea2b55d14ffb90e4a9532b18549f21a76b3fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2623174bc5942b7e959b12265b245263aefc19112bb9a9da02342b93a0baafc47e240f1c58dab173f769c609d9849273b89738213a952a381e0f75f49f7fdcbc
|
|
7
|
+
data.tar.gz: c24eb95822da3b96e2d07fd1c9c1b32d72f0aeb5bcecd2a97c95dd29308aaf160f258b027b6fe8d5203b4608abb6bad81ad8698f5871f2fc172659e9d527e015
|
data/_sass/external-home.scss
CHANGED
data/_sass/home.scss
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.projects{
|
|
28
|
-
grid-template-columns: repeat(auto-fit, min(100vw, 600px));
|
|
28
|
+
grid-template-columns: repeat(auto-fit, min(calc(100vw - 100px), 600px));
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.row{
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
#home-content > div{
|
|
42
|
-
padding-right:
|
|
43
|
-
padding-left:
|
|
42
|
+
padding-right: 50px;
|
|
43
|
+
padding-left: 50px;
|
|
44
44
|
}
|
|
45
45
|
}
|
data/_sass/post.scss
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
.post img{
|
|
7
7
|
margin: 5px 10px;
|
|
8
8
|
width: 400px;
|
|
9
|
-
height:
|
|
9
|
+
height: 250px;
|
|
10
10
|
object-fit: cover;
|
|
11
11
|
}
|
|
12
12
|
|
|
@@ -50,11 +50,14 @@ th{
|
|
|
50
50
|
|
|
51
51
|
@media screen and (max-width: 768px){
|
|
52
52
|
.post{
|
|
53
|
-
margin: 0 25px;
|
|
54
53
|
display: initial;
|
|
55
54
|
}
|
|
56
55
|
|
|
57
56
|
.post img, .post .desc{
|
|
58
|
-
width: calc(
|
|
57
|
+
width: calc(100vw - 100px);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.post img{
|
|
61
|
+
height: calc(62.5vw - 100px);
|
|
59
62
|
}
|
|
60
63
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: personal-website
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lucas Bulgarelli
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-03-
|
|
11
|
+
date: 2021-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|