diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2022-10-22 15:21:48 +0100 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2022-10-22 15:21:48 +0100 |
commit | 4ab346607d0e3a67fcafcfd0284f44b02847764d (patch) | |
tree | 46ccb7eea8e3289ed730131b02cb870925399f97 /views | |
parent | 4998f1dcbe3a4b2d20548977d34ac17b4fb66414 (diff) |
Set the default container to fluid and added some padding
Diffstat (limited to 'views')
-rw-r--r-- | views/partials/bottom/footer.ejs | 2 | ||||
-rw-r--r-- | views/partials/header.ejs | 2 |
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"> |