Browse Source

Move PGP key to bottom

dev
Chris Smith 7 years ago
parent
commit
c98e0eb89c
2 changed files with 8 additions and 7 deletions
  1. 7
    7
      site/layouts/partials/head.html
  2. 1
    0
      site/static/res/css/style.css

+ 7
- 7
site/layouts/partials/head.html View File

@@ -47,13 +47,6 @@
47 47
 
48 48
         <section id="identities">
49 49
           <ul class="fa-ul">
50
-            <li id="pgp">
51
-              <i class="fa-li fa-lg fa fa-key" aria-hidden="true"></i>
52
-              <a href="/pgp/" title="My PGP key">
53
-                460E 2723 CDB6 701A D929<br>
54
-                89D1 F843 D93A 1640 2FE2
55
-              </a>
56
-            </li>
57 50
             <li id="twitter">
58 51
               <i class="fa-li fa-lg fa fa-twitter" aria-hidden="true"></i>
59 52
               <a href="https://twitter.com/MD87_" title="My twitter account">MD87_</a>
@@ -62,6 +55,13 @@
62 55
               <i class="fa-li fa-lg fa fa-github" aria-hidden="true"></i>
63 56
               <a href="https://github.com/csmith" title="My GitHub account">csmith</a>
64 57
             </li>
58
+            <li id="pgp">
59
+              <i class="fa-li fa-lg fa fa-key" aria-hidden="true"></i>
60
+              <a href="/pgp/" title="My PGP key">
61
+                460E 2723 CDB6 701A D929<br>
62
+                89D1 F843 D93A 1640 2FE2
63
+              </a>
64
+            </li>
65 65
           </ul>
66 66
         </section>
67 67
       </div>

+ 1
- 0
site/static/res/css/style.css View File

@@ -1552,6 +1552,7 @@
1552 1552
 
1553 1553
   body {
1554 1554
     background: #fff;
1555
+    min-width: 400px;
1555 1556
   }
1556 1557
 
1557 1558
     body.is-loading *, body.is-loading *:before, body.is-loading *:after {

Loading…
Cancel
Save