jekyll-theme-jt-alpha 0.1.5 → 0.1.6
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/jekyll-theme-jt-alpha/_layout.scss +8 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe4791ce9e73bbb3076a4217929019bf5bec9eda
|
4
|
+
data.tar.gz: bf6e364b2468f860be30df2c8ec3f20afc30a0ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37c0b00cbffd5e0882a3cb3aebb9977750774b3de7c6f03cd6aacc0ebfe34b35b107060f44f29627347a79e17ba0accbf03980f90bd3de489663f2790f1f3fe0
|
7
|
+
data.tar.gz: 9ec042704be45995eff8a875f67357cbca5a3fe612e6ba86c3599f73e4bdaf37c051b78ebefc24c7e60303438eff66f24ce950d5842c9192c9560f5ec5c10ad4
|
@@ -119,6 +119,7 @@
|
|
119
119
|
display: block;
|
120
120
|
margin: 0 auto;
|
121
121
|
max-width: 80%;
|
122
|
+
max-height: 720px;
|
122
123
|
}
|
123
124
|
p {
|
124
125
|
text-align: center;
|
@@ -168,8 +169,14 @@
|
|
168
169
|
.site-footer {
|
169
170
|
padding: 0.2em;
|
170
171
|
bottom: 0;
|
171
|
-
|
172
|
+
.copyright {
|
172
173
|
text-align: center;
|
174
|
+
color: $metaFontColor;
|
175
|
+
font-size: 0.8rem;
|
176
|
+
a {
|
177
|
+
text-decoration: underline;
|
178
|
+
color: $metaFontColor;
|
179
|
+
}
|
173
180
|
}
|
174
181
|
}
|
175
182
|
}
|