jekyll-theme-minimal-ryan 0.4.0 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2f7640f982a24146cd38a94865e5b3084f3a1320da7e592f29fbeaa0e8f3490
4
- data.tar.gz: 68179eb761a44b3cfd022d8200e85170aff022bf40b72d68a8bc94e0215c2403
3
+ metadata.gz: 98b4902a0d4a07ed44ad8658eccd987348d3a5763a6f59bdc4014134c47773aa
4
+ data.tar.gz: ba1338696f7da4c3428a20087238a06484a40eef94e902cd65c08993ab853aaa
5
5
  SHA512:
6
- metadata.gz: 89af8210fc796bc9f055d76198a2401c2fb5aeec22dda0db25f14f3ff865d4e06c475bf2875f399cce0068a93f9b13c80b8fddf8f3e2e04f97d5ba6bed51b8fb
7
- data.tar.gz: 1ec48f872b3c4d21504a84cf874255e6ce7e99a91995bce7e4939e762b9db1d23f17c377d74cda04491922938a26712a27a466d15074938cbe7bdcb389aa087a
6
+ metadata.gz: f4a359c8dfb8e73192a593dee80505ac3b9c9b7edc05fcf078660ed0a1a3a3d9844a54d48edd4216d79d82a6620ada9168bc5ce6febd18f070b3addd10e39acd
7
+ data.tar.gz: cb752df808cac5611cc8022ca015b65c9892d512e185a8db22aa5adb56c140f070d0d6be3bcd95f1cd88c4b787571f29caa0d52b8a7eab70714fdf5c0d4c6c65
data/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## 0.4.2 (2023-08-23)
2
+
3
+ ### Fix
4
+
5
+ - list spacing
6
+ - links not appearing as links
7
+
8
+ ## 0.4.1 (2023-08-19)
9
+
10
+ ### Fix
11
+
12
+ - footer styling
13
+
14
+ ### Refactor
15
+
16
+ - move same value to variable
17
+
1
18
  ## 0.4.0 (2023-08-14)
2
19
 
3
20
  ### Feat
@@ -1,5 +1,5 @@
1
1
  body, h1, h2, h3, h4, h5, h6,
2
- p {
2
+ p, ol, ul {
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  }
@@ -55,9 +55,10 @@ footer {
55
55
  display: flex;
56
56
  justify-content: space-between;
57
57
 
58
- padding: 30px 0;
59
- line-height: 28px;
60
- font-size: $big-font-size;
58
+ padding: 60px 0 30px 0;
59
+ line-height: 23px;
60
+ font-size: $base-font-size;
61
+ max-width: $content-max-width;
61
62
 
62
63
  background-color: $primary-color;
63
64
  z-index: 2;
@@ -53,3 +53,4 @@ $screen-width-large: 1200px;
53
53
  }
54
54
 
55
55
  $header-height: 80px;
56
+ $content-max-width: 780px;
@@ -168,7 +168,7 @@
168
168
  }
169
169
 
170
170
  & > *:not(#post-title-img) {
171
- max-width: 780px;
171
+ max-width: $content-max-width;
172
172
  }
173
173
 
174
174
  #post-title-img {
@@ -180,4 +180,12 @@
180
180
  p img {
181
181
  width: 100%;
182
182
  }
183
+
184
+ a {
185
+ color: $tertiary-color;
186
+ }
187
+
188
+ li {
189
+ padding: 4px 0;
190
+ }
183
191
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-minimal-ryan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ryanshepps
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-14 00:00:00.000000000 Z
11
+ date: 2023-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll