names_are_hard 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b03b8a2ce71cd828baaf5404597f440e27f5e4b7
4
- data.tar.gz: 486bd77087687072c76e65da84fa8f432071228a
3
+ metadata.gz: 1400fa5f1964b14885539216de9c518b8ccbe538
4
+ data.tar.gz: dc48f606189603f47f0cdbac311b26c3ba2f9c2f
5
5
  SHA512:
6
- metadata.gz: c1f133a9ca7545c0509ef7489e37e0be91f5722c29c82c7348f2a9bb9b15496e8eb828af17581a656ff71673328597750f87e6672bd37d149e2de7e6e7e664bd
7
- data.tar.gz: 6cdd39d27907606a6fb7cd1043ba6595208190d994cb77b0ead4eacf1e4423319440f4655126be76dd815a0864ea9f0c16e31aa8f5a6ab86ef5719278ab840ab
6
+ metadata.gz: 20e774a6d45cb8dbb1b07a371440958fa421cd58f4a7556f318da446dd14a268a0a09fe80c7f1df10a538586d9785cc0546f167fa339324fd56396cf61d4f0be
7
+ data.tar.gz: 83fd52612ab3b24c6d98939f5652fda4ca9c6f2536438d20d3c6a9eafe8e3200acd1da84428d3aaed3a058cfd369e2a26116d2479ae6a6636721a0b608a9007f
@@ -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>
@@ -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: 1000px)
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: 10px;
422
- margin-right: 10px;
423
+ margin-left: 5px;
424
+ margin-right: 5px;
423
425
  margin-top: 5px;
424
426
  margin-bottom: 5px;
425
427
  width: auto;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: names_are_hard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Johnston