IPv6 configuration IP should be working now

This commit is contained in:
Donald Cheng Hong Zou
2022-03-29 15:11:50 -04:00
parent 337c9bc01e
commit 5af2fff9ca
3 changed files with 19 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
{% include "navbar.html" %}
<div class="container-fluid">
{% include "sidebar.html" %}
<main role="main" class="col-md-9 ml-sm-auto col-lg-10 px-md-4 mb-4">
<main role="main" class="col-md-9 ml-sm-auto col-lg-10 px-md-4 mb-4" style="margin-bottom: 10rem !important;">
<div style="display: flex; flex-direction: row; align-items: center;">
<h1 class="pb-4 mt-4">Home</h1>
</div>