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 +4 -4
- data/_sass/custom.scss +1 -0
- data/_sass/jekyll-theme-jt-alpha.scss +2 -1
- data/_sass/jekyll-theme-jt-alpha/_layout.scss +8 -11
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a452612e868b437683c9f49290ade75efb701e64
|
4
|
+
data.tar.gz: ed6abb9f10875ba39a6999aecaeef0ce8c508a66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ffbb6e1dad6a03c28cb3775ef666b033b8a90f5e6625e2a76dc1c7acf48ab148d2456f4c176021ba07c72f79c2d8a169caafb4d4749bd7fa4f54deccc9c18383
|
7
|
+
data.tar.gz: 0d83b4c3dfc2b95b489e058eb101f2051a5dcf5aec68a034ef38849d8a5624f4cf43b6c40521354f324587e1cd645c6bd68a615390d31f12caecf5103ab4d61c
|
data/_sass/custom.scss
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
// To customize, Write your styles here.
|
@@ -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
|
-
|
130
|
-
|
131
|
-
|
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
|
-
|
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.
|
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
|