Skip to content

Commit

Permalink
Merge pull request #7 from 777arc/777arc-patch-1
Browse files Browse the repository at this point in the history
add margin at bottom of navbar so it doesnt cut stuff off
  • Loading branch information
777arc authored Feb 23, 2024
2 parents 582e33d + 705a1f7 commit 4f5e253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Patreon Supporters
html_string = ''
html_string += '<div style="font-size: 120%; margin-top: 5px;">A big thanks to all PySDR<br><a href="https://www.patreon.com/PySDR" target="_blank">Patreon</a> supporters:</div>'
html_string += '<div style="font-size: 120%; margin-bottom: 0px; margin-top: 0px;">'
html_string += '<div style="font-size: 120%; margin-bottom: 80px; margin-top: 0px;">'
for name in names:
html_string += '&#9900; ' + name + "<br />"
# Organizations that are sponsoring (Manually added to get logo included)
Expand Down

0 comments on commit 4f5e253

Please sign in to comment.