Update 2 files

- /html/index.php
- /html/src/css/style.css
This commit is contained in:
Jan BELLON 2024-03-06 18:23:57 +00:00
parent 782aeae86b
commit da47ed919f
2 changed files with 6 additions and 1 deletions

View File

@ -27,7 +27,7 @@ require "../include/functions.php";
</div> </div>
</header> </header>
<nav> <nav>
<div class="content"> <div class="nav-content">
<?php nav($nav);?> <?php nav($nav);?>
</div> </div>
</nav> </nav>

View File

@ -43,6 +43,11 @@ a {
padding-top: 2em; padding-top: 2em;
} }
.nav-content {
width: 80%;
display: flex;
}
.athena-container { .athena-container {
padding: 1em; padding: 1em;
} }