termina-plex 1.0.0.pre.rc.1 → 1.0.2
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/termina-plex/_layout.scss +8 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c076db1b174bac5e987a55adb07fd38d2e2fcafdd57957844a78520668da5f71
|
4
|
+
data.tar.gz: d2fb8c5eb0a722a9d5163c91844aace68892602b8b6569715fb9dc485bdb5c59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: debb8b0389ac04f82e4f9a10c408d4bd194e464df502c8743ecfc1d499e314cdd864450295b94915dd41b30f17cedfbe90e62aa15413d893b6aad6ad288d4fae
|
7
|
+
data.tar.gz: 3160343cd06d12490f53e3ec77d19ac8e6c01916604b24943a6a61960af59e1da3a65a84aac7c57e5956f6078f638bf62cee55f1e8f5d0199b68959127db9ebd
|
@@ -121,13 +121,13 @@ td {
|
|
121
121
|
.header {
|
122
122
|
font-family: $header-font-family;
|
123
123
|
padding: 0 20px;
|
124
|
-
height:
|
124
|
+
height: 4rem;
|
125
125
|
display: flex;
|
126
126
|
justify-content: space-between;
|
127
127
|
align-items: center;
|
128
128
|
|
129
129
|
@media only screen and (min-width: $breakLarge) {
|
130
|
-
width:
|
130
|
+
width: 82.5%;
|
131
131
|
}
|
132
132
|
|
133
133
|
@media screen and (max-width: $breakLarge) {
|
@@ -278,6 +278,12 @@ div#theme-toggle {
|
|
278
278
|
// Layout: Post
|
279
279
|
.postInfo {
|
280
280
|
margin: 1rem 0 1rem 0;
|
281
|
+
padding: 2rem 0 1.25rem 0;
|
282
|
+
border-top: 1px solid rgba(127, 127, 127, 0.5);
|
283
|
+
}
|
284
|
+
|
285
|
+
.postInfo:last-of-type {
|
286
|
+
border-bottom: 1px solid rgba(127, 127, 127, 0.5);
|
281
287
|
}
|
282
288
|
|
283
289
|
.postDate {
|