diff options
author | Alan Pearce | 2014-07-12 12:08:54 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-12 12:08:54 +0100 |
commit | 26aaf8603f69889ed24408cf82aaf8499b56e91b (patch) | |
tree | c5d5d44b0a2a34152ce334b54e180330213e8ec8 /static | |
parent | d33683c9d2e739877f8f76d94d0e4cd929eeb038 (diff) | |
download | hyde-26aaf8603f69889ed24408cf82aaf8499b56e91b.tar.lz hyde-26aaf8603f69889ed24408cf82aaf8499b56e91b.tar.zst hyde-26aaf8603f69889ed24408cf82aaf8499b56e91b.zip |
Add contact info to sidebar
Diffstat (limited to 'static')
-rw-r--r-- | static/css/hyde.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/static/css/hyde.css b/static/css/hyde.css index 5ef814c..493ff42 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -83,8 +83,13 @@ html { font-size: 3.25rem; } +.contact-head { + color: #fff; + margin-bottom: 0; +} + /* Sidebar nav */ -.sidebar-nav { +.sidebar-nav, .contact-list { padding-left: 0; list-style: none; } |