jekyll-theme-terminal 0.5.0 → 0.5.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 25222e5aae35dcf2d1bb9c7350122906b66c8757
4
- data.tar.gz: dc2056bfe3b10bb017ad4690debc63b20560d0f4
3
+ metadata.gz: c338635fa6c403e1aca03ae63fa7d75425af5d32
4
+ data.tar.gz: 1272b664fe0e7f8bc5c3eb9a1538b93768523cce
5
5
  SHA512:
6
- metadata.gz: 7bc74479382c15faac5c331d57fab87b937796dfefeaf344da9ca29411a6d8f4e6931f6f76a88de440e1982e14ceabff9aea9af6ae07f3e518cb9ab3483e53b7
7
- data.tar.gz: d0e133c5a37c5ed86ebf9fcab93daa9ce879d90fc832f3f383aade92ccdfead84a57167f436a73d97cfe4d69410ba282f00356730912479d5f406038816874c0
6
+ metadata.gz: 00133f9302e74ee2d53e5a20bd4358a810f82f592e171aaa1ac08f428d771a0d8f3b30da5d761023adf5f551dd40f5b2697616f4e27b1c9e66134f8628ed22a3
7
+ data.tar.gz: cf53c82daaff162e651385ca0841220832fcfdecff8a49da61744034ab18a232014ad3ef49bcc6e24cf7e13f801062deb0d1f4dc7c56065f9db2d270dc8b873a
data/_includes/head.html CHANGED
@@ -61,7 +61,7 @@
61
61
 
62
62
  .wrapper {
63
63
  width: 80%;
64
- min-height: calc(96vh - 50px);
64
+ min-height: calc(76vh - 50px);
65
65
  padding: 10% 5%;
66
66
  }
67
67
 
@@ -6,9 +6,9 @@
6
6
  {% endif %}
7
7
  ]$
8
8
  </h4>
9
- <div style="display:inline; float: right;">
10
- <a href="/">./~ </a>
11
- <a href="/ls/">> ./ls -la</a>
12
- <a href="/about/"> ./whois</a>
9
+ <div style="display:inline; float: right;padding-right: 5px;">
10
+ <a href="/">./~ </a>|
11
+ <a href="/ls/">./ls -la</a>|
12
+ <a href="/about/">./whois</a>|
13
13
  </div>
14
14
  </header>
@@ -1,6 +1,6 @@
1
1
  .wrapper {
2
2
  width: 80%;
3
- min-height: calc(96vh - 50px);
3
+ min-height: calc(76vh - 50px);
4
4
  padding: 10% 5%;
5
5
  }
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-terminal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - squifi