names_are_hard 0.2.5 → 0.2.6
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/names_are_hard.scss +43 -15
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4448379e73f1ed2a1e29e9c798e9d638f4b70adb
|
|
4
|
+
data.tar.gz: dfcb1275ffa1409ac1334cd734f8ac5a3d468e26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d8cd643409cbf13f13833c07d28f356a04c0de7687d1bbb26b9d4aa6f00723b979bcb9a1f7b094abe31a271760aa31a7293f125f90c575b60464113bdd78771
|
|
7
|
+
data.tar.gz: cf0644b776cd192871ca3deb68c1ad09e85f833d166a2efed55f936821d57207fc3c8f9e3fc80559272d9f96bd48fdd211405db52aeae332be733469726391d1
|
data/_sass/names_are_hard.scss
CHANGED
|
@@ -55,7 +55,7 @@ body li {
|
|
|
55
55
|
font-family: $font-title;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
.site-
|
|
58
|
+
.site-title, .site-link {
|
|
59
59
|
display: inline-block;
|
|
60
60
|
}
|
|
61
61
|
|
|
@@ -79,9 +79,6 @@ body li {
|
|
|
79
79
|
|
|
80
80
|
.content-wrapper {
|
|
81
81
|
padding-top: 10pt;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.content-wrapper {
|
|
85
82
|
display: grid;
|
|
86
83
|
grid-template-columns: 1fr 700px 1fr;
|
|
87
84
|
}
|
|
@@ -394,20 +391,22 @@ table {
|
|
|
394
391
|
}
|
|
395
392
|
}
|
|
396
393
|
|
|
397
|
-
@media
|
|
398
|
-
|
|
399
|
-
.
|
|
394
|
+
@media screen and (max-width: 400px)
|
|
395
|
+
{
|
|
396
|
+
.site-header a
|
|
397
|
+
{
|
|
400
398
|
display: block;
|
|
401
399
|
}
|
|
400
|
+
}
|
|
402
401
|
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
.site-title {
|
|
402
|
+
@media screen and (max-width: 800px)
|
|
403
|
+
{
|
|
404
|
+
.site-title
|
|
405
|
+
{
|
|
408
406
|
position: static;
|
|
409
407
|
display: block;
|
|
410
408
|
margin: 10px;
|
|
409
|
+
margin-bottom: 15px;
|
|
411
410
|
width: auto;
|
|
412
411
|
height: auto;
|
|
413
412
|
top: auto;
|
|
@@ -416,9 +415,9 @@ table {
|
|
|
416
415
|
font-size: 30pt;
|
|
417
416
|
}
|
|
418
417
|
|
|
419
|
-
.site-header
|
|
418
|
+
.site-header .site-link
|
|
419
|
+
{
|
|
420
420
|
position: static;
|
|
421
|
-
display: block;
|
|
422
421
|
margin-left: 10px;
|
|
423
422
|
margin-right: 10px;
|
|
424
423
|
margin-top: 5px;
|
|
@@ -430,7 +429,7 @@ table {
|
|
|
430
429
|
left: auto;
|
|
431
430
|
}
|
|
432
431
|
|
|
433
|
-
.site-header-tall
|
|
432
|
+
.site-header-tall > .post-wrapper {
|
|
434
433
|
margin: 5px 10px;
|
|
435
434
|
position: static;
|
|
436
435
|
display: block;
|
|
@@ -440,6 +439,35 @@ table {
|
|
|
440
439
|
bottom: auto;
|
|
441
440
|
left: auto;
|
|
442
441
|
}
|
|
442
|
+
|
|
443
|
+
.content-wrapper
|
|
444
|
+
{
|
|
445
|
+
display: block;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.project-list
|
|
449
|
+
{
|
|
450
|
+
max-width: 95%;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.project
|
|
454
|
+
{
|
|
455
|
+
.project-title, .page-title
|
|
456
|
+
{
|
|
457
|
+
display: block;
|
|
458
|
+
margin-bottom: 2pt;
|
|
459
|
+
}
|
|
460
|
+
.project-date, .project-gh, .project-description
|
|
461
|
+
{
|
|
462
|
+
display: block;
|
|
463
|
+
margin: 2pt;
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
.page-date, .page-description
|
|
467
|
+
{
|
|
468
|
+
display: block;
|
|
469
|
+
margin: 2pt;
|
|
470
|
+
}
|
|
443
471
|
}
|
|
444
472
|
|
|
445
473
|
@import "syntax";
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: names_are_hard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Johnston
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|