jekyll-theme-minimal-ryan 0.3.0 → 0.4.1

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: befcbda98d70c573b6a04c0bff94df3f5d78c7c9303c5439db23af0918a14ca6
4
- data.tar.gz: 8d0bfc7ff877d72ec1b3dea874cf3b436523baa5b249d9178b12a990a2be88da
3
+ metadata.gz: 5db4f7c60f15cfe4da01aef0a7a4a9e5883108791fac7d757a12bde7d3a28b3d
4
+ data.tar.gz: dd5f9b2726015a0650f5dc34345a5d2f59843d523274e52bb44bfbe31d0f2212
5
5
  SHA512:
6
- metadata.gz: b58bc8058130375bb6d2c7743998774e1b4a2efddb03508a66019f5b836d7ddd972a5b002bd979362fe2c15b7418bb22841f431f7ab037e383d099274e8d5393
7
- data.tar.gz: c82a0b8beca3af2f48407f82e2c1e864fda6746692c8d7701dd6ba86ea352e4f8e57768ad80dc160b3cedaa3c2b141b9e60949d2803b1e4018654737ca9f9fd6
6
+ metadata.gz: 8706bf3aa7f052f83ceb6e5243d1c816abec142e67de79f8242855c3458def66e9bcf09aab4c6f0e4d9e677c00d805e85db1bc8e2f24981f8af51a558bce0f1b
7
+ data.tar.gz: 17110229aff22e33019d248b2dff8b455abe61045cf8bdc59ee1ff385f1215177d4a03b69c656052ab5b2fc8f971b16f98d6b48850fc71a68d903d7e9a2fed22
data/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
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
+
11
+ ## 0.4.0 (2023-08-14)
12
+
13
+ ### Feat
14
+
15
+ - make width smoother at smaller screens
16
+
17
+ ### Fix
18
+
19
+ - width becoming larger as screen gets smaller
20
+
1
21
  ## 0.3.0 (2023-01-03)
2
22
 
3
23
  ### 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;
@@ -2,7 +2,7 @@
2
2
  margin: auto;
3
3
 
4
4
  @include extra-small-screen {
5
- width: $screen-width-extra-small;
5
+ width: 90%;
6
6
  }
7
7
 
8
8
  @include small-screen {
@@ -165,10 +165,10 @@
165
165
  padding: 8px 0;
166
166
  width: 100%;
167
167
  line-height: 1.4em;
168
+ }
168
169
 
169
- @include large-screen {
170
- width: 65%;
171
- }
170
+ & > *:not(#post-title-img) {
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.3.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-01-03 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