jekyll-theme-minimal-ryan 0.4.0 → 0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2f7640f982a24146cd38a94865e5b3084f3a1320da7e592f29fbeaa0e8f3490
4
- data.tar.gz: 68179eb761a44b3cfd022d8200e85170aff022bf40b72d68a8bc94e0215c2403
3
+ metadata.gz: 5db4f7c60f15cfe4da01aef0a7a4a9e5883108791fac7d757a12bde7d3a28b3d
4
+ data.tar.gz: dd5f9b2726015a0650f5dc34345a5d2f59843d523274e52bb44bfbe31d0f2212
5
5
  SHA512:
6
- metadata.gz: 89af8210fc796bc9f055d76198a2401c2fb5aeec22dda0db25f14f3ff865d4e06c475bf2875f399cce0068a93f9b13c80b8fddf8f3e2e04f97d5ba6bed51b8fb
7
- data.tar.gz: 1ec48f872b3c4d21504a84cf874255e6ce7e99a91995bce7e4939e762b9db1d23f17c377d74cda04491922938a26712a27a466d15074938cbe7bdcb389aa087a
6
+ metadata.gz: 8706bf3aa7f052f83ceb6e5243d1c816abec142e67de79f8242855c3458def66e9bcf09aab4c6f0e4d9e677c00d805e85db1bc8e2f24981f8af51a558bce0f1b
7
+ data.tar.gz: 17110229aff22e33019d248b2dff8b455abe61045cf8bdc59ee1ff385f1215177d4a03b69c656052ab5b2fc8f971b16f98d6b48850fc71a68d903d7e9a2fed22
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 0.4.1 (2023-08-19)
2
+
3
+ ### Fix
4
+
5
+ - footer styling
6
+
7
+ ### Refactor
8
+
9
+ - move same value to variable
10
+
1
11
  ## 0.4.0 (2023-08-14)
2
12
 
3
13
  ### Feat
@@ -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 {
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.1
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-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll