From 705a1f79e910e4855150459031dc137b3f694c39 Mon Sep 17 00:00:00 2001 From: Marc Lichtman Date: Fri, 23 Feb 2024 14:25:52 -0500 Subject: [PATCH] add margin at bottom of navbar so it doesnt cut stuff off --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index f94e18b..cf04829 100644 --- a/conf.py +++ b/conf.py @@ -30,7 +30,7 @@ # Patreon Supporters html_string = '' html_string += '
A big thanks to all PySDR
Patreon supporters:
' - html_string += '
' + html_string += '
' for name in names: html_string += '⚬ ' + name + "
" # Organizations that are sponsoring (Manually added to get logo included)