jekyll-theme-scrawl 0.1.6 → 0.1.7
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/scrawl.scss +4 -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: b33073315ebc2d97fa15c557a9814771fd60cd01
|
|
4
|
+
data.tar.gz: d0f54213042c8a695b49f661002244a3f2a5c50c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c1b51e260ce3e38fa5feff454417e3a7550532ac510a16767413885585d4a760a53a6eb2b7720b28224c0299606baf774731e9522e263700fbded156a7d5c5b
|
|
7
|
+
data.tar.gz: 13b24f141c8ab6e9f6bf877c132bf58d0e91e1bc590c734dabbc88d7b5f7406c01725365c9dd1963ea8f2e940f93da5dfd76b84937666159a72f81ec1f68ec77
|
data/_sass/scrawl.scss
CHANGED
|
@@ -139,7 +139,7 @@ body.headerless.sitemap header {
|
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
@media all and (max-width:
|
|
142
|
+
@media all and (max-width: 1060px) {
|
|
143
143
|
body.fluid, body.fixed {
|
|
144
144
|
header {
|
|
145
145
|
border-bottom: 1px solid #dbdddf;
|
|
@@ -153,6 +153,9 @@ body.headerless.sitemap header {
|
|
|
153
153
|
float: none;
|
|
154
154
|
position: static;
|
|
155
155
|
width: auto;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
section {
|
|
156
159
|
padding: 25px 0;
|
|
157
160
|
}
|
|
158
161
|
}
|