mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 12:50:47 +00:00
Add files via upload
Fixed header bug + added warning for incompleted site
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user