jekyll-theme-minimal-ryan 0.3.0 → 0.4.0

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: befcbda98d70c573b6a04c0bff94df3f5d78c7c9303c5439db23af0918a14ca6
4
- data.tar.gz: 8d0bfc7ff877d72ec1b3dea874cf3b436523baa5b249d9178b12a990a2be88da
3
+ metadata.gz: e2f7640f982a24146cd38a94865e5b3084f3a1320da7e592f29fbeaa0e8f3490
4
+ data.tar.gz: 68179eb761a44b3cfd022d8200e85170aff022bf40b72d68a8bc94e0215c2403
5
5
  SHA512:
6
- metadata.gz: b58bc8058130375bb6d2c7743998774e1b4a2efddb03508a66019f5b836d7ddd972a5b002bd979362fe2c15b7418bb22841f431f7ab037e383d099274e8d5393
7
- data.tar.gz: c82a0b8beca3af2f48407f82e2c1e864fda6746692c8d7701dd6ba86ea352e4f8e57768ad80dc160b3cedaa3c2b141b9e60949d2803b1e4018654737ca9f9fd6
6
+ metadata.gz: 89af8210fc796bc9f055d76198a2401c2fb5aeec22dda0db25f14f3ff865d4e06c475bf2875f399cce0068a93f9b13c80b8fddf8f3e2e04f97d5ba6bed51b8fb
7
+ data.tar.gz: 1ec48f872b3c4d21504a84cf874255e6ce7e99a91995bce7e4939e762b9db1d23f17c377d74cda04491922938a26712a27a466d15074938cbe7bdcb389aa087a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 0.4.0 (2023-08-14)
2
+
3
+ ### Feat
4
+
5
+ - make width smoother at smaller screens
6
+
7
+ ### Fix
8
+
9
+ - width becoming larger as screen gets smaller
10
+
1
11
  ## 0.3.0 (2023-01-03)
2
12
 
3
13
  ### Feat
@@ -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: 780px;
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.0
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-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll