diff options
author | Franck Cuny <franck@fcuny.net> | 2024-09-23 08:19:51 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-09-23 08:19:51 -0700 |
commit | 9ccb10bd55b084104a77b85f3e8e39b8b825b880 (patch) | |
tree | 8390b07d01768282a82e781f1e48627d111afa9f /static/css/custom.css | |
parent | get rid of the TOC and simplify the CSS (diff) | |
download | fcuny.net-9ccb10bd55b084104a77b85f3e8e39b8b825b880.tar.gz |
no need to use a custom template for notes
Diffstat (limited to '')
-rw-r--r-- | static/css/custom.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index b13de2c..e81f61c 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -132,7 +132,7 @@ blockquote { /* Navigation */ .main-nav { padding: 1em 0; - margin-bottom: 2em; + margin-bottom: 0.2em; } .main-nav ul { |