diff options
author | Alan Pearce | 2017-08-29 21:36:42 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-29 21:36:42 +0200 |
commit | 6b3cab8be195220d7433dd795be42fe727059f2d (patch) | |
tree | d729e018ae43dea3ee674c189de9a8a4015a03b6 /static | |
parent | 3fb00f95d8f99fe57f3c49b3eb299c0b62af7e73 (diff) | |
download | hyde-6b3cab8be195220d7433dd795be42fe727059f2d.tar.lz hyde-6b3cab8be195220d7433dd795be42fe727059f2d.tar.zst hyde-6b3cab8be195220d7433dd795be42fe727059f2d.zip |
Remove contact menu from sidebar
Not a good idea on mobile, or shorter screens
Diffstat (limited to 'static')
-rw-r--r-- | static/css/hyde.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/static/css/hyde.css b/static/css/hyde.css index cad1095..0816c69 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -98,13 +98,8 @@ code,pre { border-radius: 50%; } -.contact-head { - color: #fff; - margin-bottom: 0; -} - /* Sidebar nav */ -.sidebar-nav, .contact-list { +.sidebar-nav { padding-left: 0; list-style: none; } |