Browse Source

Add bottom padding

Peter Justin 3 years ago
parent
commit
1114aa8bc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flaskbb/templates/layout.html

+ 1 - 1
flaskbb/templates/layout.html

@@ -40,7 +40,7 @@
 
     <!-- main forum layout -->
     <div class="flaskbb-layout">
-        <div class="container">
+        <div class="container pb-3">
 
             <!-- forum header - place for the project title and subtitle -->
             {% block header %}