diff --git a/templates/base.html b/templates/base.html
index bda8939be149d39a1e552b5385cde5f6d2fd85dc..98ce67113dd5b1f1873f67cba2073c262c5a8b3b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -60,7 +60,7 @@
 
         <!-- Page content here -->
         <main>
-            <div class="p-4 mb-20">
+            <div class="p-4 mb-20 lg:mb-0">
                 {% block content %}
                 {% endblock %}
             </div>