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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/scrawl.scss +13 -13
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 765b1c91c43dbbd5df919eada8e9e6b796d183a1
4
- data.tar.gz: bd6d27ca9ffd74dc2880dd9f6f6326a7e549d44f
3
+ metadata.gz: 60a3d1b9a64b99953e8d8b38488f02787a6aa641
4
+ data.tar.gz: 0d8636af85e141356999b29e62bbe0ccc3fdca2c
5
5
  SHA512:
6
- metadata.gz: 83003366b4caf1312806f475d18853e0af84563027da6b7b7b086224a9a1229e1b3d4a6156c3f308f636d06a7bb81cb0e5711701d22c33d77e59802c3fcc4b09
7
- data.tar.gz: 6051abc9e294057c1ca2785d0818386d58c892d4be233599455afb5a06ff5a1810f767013e41039634d14388147168014adc7280e489bac4c1c77ff72930d9b2
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
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-scrawl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Light