diff --git a/templates/til_base.html b/templates/til_base.html
index 47ecc10d15..6cc1ab2c86 100644
--- a/templates/til_base.html
+++ b/templates/til_base.html
@@ -63,6 +63,9 @@
section.body {
padding: 0em 1em;
}
+ nav p {
+ padding: 4px 0px 4px 1em;
+ }
}
a, pre, code {
overflow-wrap: break-word;