nano-theme 0.3.0 → 0.3.1
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/_theme.scss +2 -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: 64f19c474361de57b062e7edfa532f9c2daebf4beae941b493a971001ec5986d
|
4
|
+
data.tar.gz: a247e7282e4c27436ba538aa4bf7cb6cbcc710c42b9f804a61c3f13cd007ebf9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cda44daf7afcfba82dc57b4a6a04439c7ad320b2a74fe93360ee855fdba4afd2cdcaea1e86d40f09542f621c1be97d382890d2f9dc5ecab63d85986ef9b8c6e
|
7
|
+
data.tar.gz: b84e5cf321e12bd35284252c3c7e57d672a11c664bade00f09578b896097ecc9ca1fe19cbd0f4f68d5e26e13be02647549346cd67894f4d5d76ed41d4992f153
|
data/_sass/_theme.scss
CHANGED
@@ -226,7 +226,7 @@ footer {
|
|
226
226
|
// Main Content
|
227
227
|
.container {
|
228
228
|
max-width: 40em;
|
229
|
-
margin: 1em
|
229
|
+
margin: 1em auto;
|
230
230
|
ul, ol {
|
231
231
|
margin-left: 2em !important;
|
232
232
|
margin-right: 24px !important;
|
@@ -237,7 +237,7 @@ footer {
|
|
237
237
|
}
|
238
238
|
@media only screen and (max-device-width: 480px) {
|
239
239
|
max-width: 100% !important;
|
240
|
-
margin: 1em
|
240
|
+
margin: 1em 1em 1em 1em;
|
241
241
|
}
|
242
242
|
}
|
243
243
|
|