diff options
author | Alan Pearce | 2014-07-20 13:23:22 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-20 13:23:22 +0100 |
commit | 21e00850dcfc1bf5e78d1ba3ddb1d697ee97f4fc (patch) | |
tree | e045eb4d60c198e22a74276b9f8f792586ef1a1f /static/css | |
parent | 7484fa6175386958e177209f8ccafa36edeaa382 (diff) | |
download | hyde-21e00850dcfc1bf5e78d1ba3ddb1d697ee97f4fc.tar.lz hyde-21e00850dcfc1bf5e78d1ba3ddb1d697ee97f4fc.tar.zst hyde-21e00850dcfc1bf5e78d1ba3ddb1d697ee97f4fc.zip |
Remove container div
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/hyde.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/hyde.css b/static/css/hyde.css index 493ff42..f6c51ee 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -55,7 +55,7 @@ html { .sidebar { text-align: center; - padding: 2rem 1rem; + padding: 2rem 2rem; color: rgba(255,255,255,.5); background-color: #202020; } |