names_are_hard 0.2.7 → 0.2.8
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/_includes/header.html +1 -1
- data/_sass/names_are_hard.scss +5 -3
- 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: 1400fa5f1964b14885539216de9c518b8ccbe538
|
|
4
|
+
data.tar.gz: dc48f606189603f47f0cdbac311b26c3ba2f9c2f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20e774a6d45cb8dbb1b07a371440958fa421cd58f4a7556f318da446dd14a268a0a09fe80c7f1df10a538586d9785cc0546f167fa339324fd56396cf61d4f0be
|
|
7
|
+
data.tar.gz: 83fd52612ab3b24c6d98939f5652fda4ca9c6f2536438d20d3c6a9eafe8e3200acd1da84428d3aaed3a058cfd369e2a26116d2479ae6a6636721a0b608a9007f
|
data/_includes/header.html
CHANGED
|
@@ -11,5 +11,5 @@
|
|
|
11
11
|
<a class="site-link" href="{{ "/about" | relative_url }}">
|
|
12
12
|
About
|
|
13
13
|
</a>
|
|
14
|
-
<a class="github-link" href="https://github.com/{{ site.github_username }}">github.com/{{ site.github_username }}</a>
|
|
14
|
+
<a class="github-link site-link" href="https://github.com/{{ site.github_username }}">github.com/{{ site.github_username }}</a>
|
|
15
15
|
</header>
|
data/_sass/names_are_hard.scss
CHANGED
|
@@ -53,6 +53,8 @@ body li {
|
|
|
53
53
|
background-color: darken($background-color, 10%);
|
|
54
54
|
color: $foreground-color;
|
|
55
55
|
font-family: $font-title;
|
|
56
|
+
white-space: nowrap;
|
|
57
|
+
|
|
56
58
|
}
|
|
57
59
|
|
|
58
60
|
.site-title, .site-link {
|
|
@@ -399,7 +401,7 @@ table {
|
|
|
399
401
|
}
|
|
400
402
|
}
|
|
401
403
|
|
|
402
|
-
@media screen and (max-width:
|
|
404
|
+
@media screen and (max-width: 750px)
|
|
403
405
|
{
|
|
404
406
|
.site-title
|
|
405
407
|
{
|
|
@@ -418,8 +420,8 @@ table {
|
|
|
418
420
|
.site-header .site-link
|
|
419
421
|
{
|
|
420
422
|
position: static;
|
|
421
|
-
margin-left:
|
|
422
|
-
margin-right:
|
|
423
|
+
margin-left: 5px;
|
|
424
|
+
margin-right: 5px;
|
|
423
425
|
margin-top: 5px;
|
|
424
426
|
margin-bottom: 5px;
|
|
425
427
|
width: auto;
|