documentor 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/assets/css/main.css +4 -0
- 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: c88712b5796126f86665e1fafbae64e3845e830311d0b236d0247a4fcf9aba91
|
4
|
+
data.tar.gz: 7df673f65cf5f8de09b4e2dd8285802bc08ddab4a0598bc392a177bac83ea19b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4052034c8e09965afd403166e48049924427e42e852ded43a9e59176ea437725c05047291b02a2f7b9b3f4c52a32809ae47c814d7b283e5ce0055bfeeb5a3503
|
7
|
+
data.tar.gz: 7a6b4deb09ad5258f380bc619f83cc24f59219b01ae8a193f559272ebde228374e8c147b1b77d7f532961fc0eed8b6e06c77c1cf3daea48dff4bbac31d19de63
|
data/assets/css/main.css
CHANGED
@@ -261,10 +261,14 @@ body, .container {
|
|
261
261
|
grid-template-rows: 1fr auto;
|
262
262
|
border-style: solid;
|
263
263
|
border-width: calc(1rem / 16);
|
264
|
+
grid-template-columns: 1fr;
|
265
|
+
justify-content: center;
|
266
|
+
justify-items: stretch;
|
264
267
|
}
|
265
268
|
|
266
269
|
img {
|
267
270
|
grid-area: image;
|
271
|
+
max-width: 100%;
|
268
272
|
}
|
269
273
|
|
270
274
|
h1 {
|