Add files via upload

Fixed header bug + added warning for incompleted site
This commit is contained in:
Leocraft1
2024-12-30 18:07:40 +01:00
committed by GitHub
parent 2c3b6e589d
commit eb9e6421af
14 changed files with 91 additions and 46 deletions

View File

@@ -38,11 +38,12 @@ footer{
height: 60px;
}
header {
font-size: 67%;
background-color: #333;
height: 50px;
padding: 0 20px;
height: auto;
padding: 0px 20px;
display: flex;
align-items: center;
align-items: left;
width: auto;
border-radius: 10px;
}
@@ -52,7 +53,7 @@ nav ul {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
justify-content: left;
}
nav ul li {