From 26aaf8603f69889ed24408cf82aaf8499b56e91b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 12 Jul 2014 12:08:54 +0100 Subject: Add contact info to sidebar --- static/css/hyde.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'static/css/hyde.css') 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; } -- cgit 1.4.1