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

View File

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