jekyll-theme-jt-alpha 0.1.8 → 0.1.9

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
  SHA1:
3
- metadata.gz: 8fb898d56e9d2b26d336c2afcf195d5693a4e9f7
4
- data.tar.gz: 5e3adc8d5075134bf9b1daeb77b6babf3b896336
3
+ metadata.gz: a452612e868b437683c9f49290ade75efb701e64
4
+ data.tar.gz: ed6abb9f10875ba39a6999aecaeef0ce8c508a66
5
5
  SHA512:
6
- metadata.gz: 6bb0117fd17e0c4e791ed7ddaf3ab9d4883c2e7a69d1b8ef772b88b248650e8895bd163825066fae442ab5f2876731df892cdb9bcd7313a749ce27bce939d669
7
- data.tar.gz: d2352871e69f240b496221a2cac20de547430d368db3d71deace16417c34b1c52fb6209b2fadd0af42a9fec0207366ce5606624d149a57139cd3b3ed7fb8283f
6
+ metadata.gz: ffbb6e1dad6a03c28cb3775ef666b033b8a90f5e6625e2a76dc1c7acf48ab148d2456f4c176021ba07c72f79c2d8a169caafb4d4749bd7fa4f54deccc9c18383
7
+ data.tar.gz: 0d83b4c3dfc2b95b489e058eb101f2051a5dcf5aec68a034ef38849d8a5624f4cf43b6c40521354f324587e1cd645c6bd68a615390d31f12caecf5103ab4d61c
@@ -0,0 +1 @@
1
+ // To customize, Write your styles here.
@@ -10,4 +10,5 @@ $metaFontColor: dimgray;
10
10
  // Import partials
11
11
  @import "jekyll-theme-jt-alpha/base";
12
12
  @import "jekyll-theme-jt-alpha/fonts";
13
- @import "jekyll-theme-jt-alpha/layout";
13
+ @import "jekyll-theme-jt-alpha/layout";
14
+ @import "custom"
@@ -9,6 +9,7 @@
9
9
  display: inline-block;
10
10
  margin: 0;
11
11
  margin-right: 0.5rem;
12
+ line-height: 1.8rem;
12
13
  font-size: 1rem;
13
14
  }
14
15
  .tagline {
@@ -125,18 +126,14 @@
125
126
  text-align: center;
126
127
  }
127
128
  }
128
- }
129
- @media all and (max-width: 960px){
130
- .text-content {
131
- columns: 2;
132
- }
133
- }
134
- @media all and (max-width: 640px){
135
- .text-content {
136
- columns: unset;
137
- padding: 0 2rem;
129
+ @media all and (max-width: 960px){
130
+ .artwork-image {
131
+ img {
132
+ max-width: 90%;
133
+ }
134
+ }
138
135
  }
139
- .artwork-content {
136
+ @media all and (max-width: 640px){
140
137
  .artwork-image {
141
138
  img {
142
139
  max-width: 100%;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-jt-alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - paikwiki
@@ -70,6 +70,7 @@ files:
70
70
  - _layouts/page.html
71
71
  - _layouts/text.html
72
72
  - _layouts/texts.html
73
+ - _sass/custom.scss
73
74
  - _sass/jekyll-theme-jt-alpha.scss
74
75
  - _sass/jekyll-theme-jt-alpha/_base.scss
75
76
  - _sass/jekyll-theme-jt-alpha/_fonts.scss