summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/partials/bottom/footer.ejs2
-rw-r--r--views/partials/header.ejs2
2 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/bottom/footer.ejs b/views/partials/bottom/footer.ejs
index e29b249..094418b 100644
--- a/views/partials/bottom/footer.ejs
+++ b/views/partials/bottom/footer.ejs
@@ -1,2 +1,2 @@
-<div class="mt-4">
+<div>
</div> \ No newline at end of file
diff --git a/views/partials/header.ejs b/views/partials/header.ejs
index b03aed2..58f17e5 100644
--- a/views/partials/header.ejs
+++ b/views/partials/header.ejs
@@ -11,4 +11,4 @@
<%- include('top/navbar'); %>
</navbar>
-<main class="container mt-4">
+<main class="container-fluid p-4">