mono-lite 0.3.2 → 0.3.3
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/_layout.scss +6 -7
- 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: 2338636d3575e481a204bab4ff8dd4efcacbad09351f51eba7e71f52fdb9de2f
|
4
|
+
data.tar.gz: 52652cd9490b154f79c174c3f08a8551d42dd8e05516313e8952c1d269a3b72e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9b6111f8b58087e002c5d78d962ccc849cf90edbee169fc4e4c1f171ad27651a0f18cbe923d3417bf238db374260647a87680b6cbb278b22f94d0643184c34c
|
7
|
+
data.tar.gz: 24a665ae6dfc68edd02b573b2a07f301aafc4337356acabe61e7718a7c039388fdffcec5fa1781fb21428e783aafcff54b119b030ea4797251ecde16c0a2490b
|
data/_sass/_layout.scss
CHANGED
@@ -48,6 +48,12 @@ section {
|
|
48
48
|
font-weight: 600;
|
49
49
|
}
|
50
50
|
|
51
|
+
.post-content img {
|
52
|
+
max-width: 100%;
|
53
|
+
height: auto;
|
54
|
+
display: block;
|
55
|
+
}
|
56
|
+
|
51
57
|
.post-row {
|
52
58
|
display: flex;
|
53
59
|
color: $text-color;
|
@@ -122,13 +128,6 @@ section {
|
|
122
128
|
margin-right: 0;
|
123
129
|
}
|
124
130
|
|
125
|
-
// .post-content {
|
126
|
-
// img {
|
127
|
-
// object-fit: contain;
|
128
|
-
// width: 100%;
|
129
|
-
// }
|
130
|
-
// }
|
131
|
-
|
132
131
|
.post-byline {
|
133
132
|
position: relative;
|
134
133
|
top: -1.5rem;
|