Update 2 files

- /html/index.php
- /html/src/css/style.css
This commit is contained in:
Jan BELLON 2024-03-06 18:27:30 +00:00
parent da47ed919f
commit 1e50a8b66b
2 changed files with 14 additions and 12 deletions

View File

@ -12,6 +12,7 @@ require "../include/functions.php";
</head>
<body>
<header>
<div class="pancontent">
<div class="athena-container">
<a href="/">
<img src="./src/img/athena-mono.png" class="athena">
@ -25,9 +26,10 @@ require "../include/functions.php";
</div>
</div>
</div>
</div>
</header>
<nav>
<div class="nav-content">
<div class="pancontent">
<?php nav($nav);?>
</div>
</nav>

View File

@ -43,7 +43,7 @@ a {
padding-top: 2em;
}
.nav-content {
.pancontent {
width: 80%;
display: flex;
}