diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-09-23 08:20:03 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-09-23 08:20:03 -0700 |
| commit | cb8cf1f3ea5ef8515cb955410f3bbc59dea1ee16 (patch) | |
| tree | 7637711209acd87601394b49e322aa2c618fd4e0 /static/css | |
| parent | no need to use a custom template for notes (diff) | |
| download | fcuny.net-cb8cf1f3ea5ef8515cb955410f3bbc59dea1ee16.tar.gz | |
get rid of the about page
Move it to the index.
Diffstat (limited to 'static/css')
| -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 e81f61c..b8e52b7 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -159,7 +159,7 @@ blockquote { /* Responsive layout */ @media (max-width: 768px) { .main-nav { - padding: 0.5em 1em; + padding: 0.5em 0em; } .main-nav li { |
