Commit cba8048a authored by Jacob Dylan D. Vitug's avatar Jacob Dylan D. Vitug

more changes

parent 85fb1e57
...@@ -18,9 +18,11 @@ body { ...@@ -18,9 +18,11 @@ body {
/* left: 0; */ /* left: 0; */
bottom: 0px; bottom: 0px;
width: 100%; width: 100%;
height: 2.5rem; height: max-content;
text-align: center; text-align: center;
margin-top: 10px; margin-top: 10px;
padding-bottom: 5px;
margin-bottom: 0px;
} }
.base-logo { .base-logo {
...@@ -116,11 +118,11 @@ body { ...@@ -116,11 +118,11 @@ body {
} }
.sidebar-button:hover { /* .sidebar-button:hover {
background-color: #2C1206; background-color: #2C1206;
color: white; color: white;
text-decoration: none; text-decoration: none;
} } */
.sidebar p { .sidebar p {
font-size: 12px; font-size: 12px;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</head> </head>
<div class="page-container"> <div class="page-container">
<div class="content-wrap"> <!-- <div class="content-wrap"> -->
<div class="base-header"> <div class="base-header">
<div class="base-header-align"> <div class="base-header-align">
<div class="base-logo"> <div class="base-logo">
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
</div> </div>
<div class="main">{% block content %}{% endblock %}</div> <div class="main">{% block content %}{% endblock %}</div>
</div> <!-- </div> -->
<script <script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js" src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js"
integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V" integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment