diff options
author | Frederick Yin <fkfd@fkfd.me> | 2023-11-25 17:11:35 -0500 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2023-11-25 17:11:35 -0500 |
commit | 202e123e1bfdde3542bdebb7c2e63d58cae49062 (patch) | |
tree | 60edce55841bdbb309b420e54508330358b04b0b /alabaster-lite/css | |
parent | ea24059bb0de208607f1d584cc09707650c5d90d (diff) |
fix sidebar
Diffstat (limited to 'alabaster-lite/css')
-rw-r--r-- | alabaster-lite/css/fkfd.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alabaster-lite/css/fkfd.css b/alabaster-lite/css/fkfd.css index 901dcaa..0ef12f5 100644 --- a/alabaster-lite/css/fkfd.css +++ b/alabaster-lite/css/fkfd.css @@ -139,7 +139,7 @@ div.footer a { div.sphinxsidebar { float: none; width: 100%; - margin: 0 -20px 0; + margin: 120px -20px 20px; padding: 0 20px; background-color: transparent; color: #ccc; |