jekyll-theme-scrawl 0.1.10 → 0.1.11
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 +13 -13
- 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: 60a3d1b9a64b99953e8d8b38488f02787a6aa641
|
|
4
|
+
data.tar.gz: 0d8636af85e141356999b29e62bbe0ccc3fdca2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09e95443b70b7536d8129d48e0d766ffa15be0f5e608ef90e94740e1b098cc7a9f8a4803437cf1610964242ae23d235707abba01b597362d4a21a0f01f1453ea'
|
|
7
|
+
data.tar.gz: 37f68d0fa0eaedeee07bec8a74a6df8b9a80e0ea4c05b1108360397d02aa9fdb854312cfcb6751c6b4fde34ba85af257f3bca6f45a9ee269b7a8a82145f9f396
|
data/_sass/scrawl.scss
CHANGED
|
@@ -155,6 +155,19 @@ body.headerless.sitemap header {
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
@media all and (max-width: 1060px) {
|
|
158
|
+
.hotdog {
|
|
159
|
+
display: inline-block;
|
|
160
|
+
float: right;
|
|
161
|
+
margin-top: 5px;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.hotdog div {
|
|
165
|
+
width: 35px;
|
|
166
|
+
height: 3px;
|
|
167
|
+
background-color: #666666;
|
|
168
|
+
margin: 4px 0;
|
|
169
|
+
}
|
|
170
|
+
|
|
158
171
|
body.fluid, body.fixed {
|
|
159
172
|
header {
|
|
160
173
|
border-bottom: 1px solid #dbdddf;
|
|
@@ -175,19 +188,6 @@ body.headerless.sitemap header {
|
|
|
175
188
|
padding: 25px 0;
|
|
176
189
|
}
|
|
177
190
|
|
|
178
|
-
.hotdog {
|
|
179
|
-
display: inline-block;
|
|
180
|
-
float: right;
|
|
181
|
-
margin-top: 5px;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.hotdog div {
|
|
185
|
-
width: 35px;
|
|
186
|
-
height: 3px;
|
|
187
|
-
background-color: #666666;
|
|
188
|
-
margin: 4px 0;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
191
|
header nav {
|
|
192
192
|
display: none;
|
|
193
193
|
}
|