Adjusted the header

This commit is contained in:
thatscringebro 2023-03-21 16:12:26 -04:00
parent 864d7a66bb
commit 8380763d4d
3 changed files with 2 additions and 4 deletions

View File

@ -43,8 +43,6 @@ footer{
padding: auto;
}
.logo{
width: 5em;
height: 5em;
margin-top: 1em;
margin-bottom: 0.2em;
}

View File

@ -1,7 +1,7 @@
<header>
<div class="row GradientText header">
<div class="col">
<a href="../index.html"><h1 class="link logo">WM Configurinator</h1></a>
<h1 class="logo"><a href="../index.html" class="link">WM Configurinator</a></h1>
</div>
<div class="col menu">
<ul>

View File

@ -1,7 +1,7 @@
import http.server
import socketserver
PORT = 8002
PORT = 8001
Handler = http.server.SimpleHTTPRequestHandler