Update 2 files
- /html/index.php - /html/src/css/style.css
This commit is contained in:
parent
ed065470ce
commit
f66f76e718
@ -23,12 +23,12 @@ require "../include/functions.php";
|
||||
<div class="title"><?=$header_title?></div>
|
||||
<div class="subtitle"><?=$header_subtitle?></div>
|
||||
</div>
|
||||
<nav>
|
||||
<?php nav($nav);?>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<nav>
|
||||
<?php nav($nav);?>
|
||||
</nav>
|
||||
<main>
|
||||
<div class="content">
|
||||
<div>
|
||||
|
@ -17,7 +17,7 @@ main {
|
||||
min-height: 100em;
|
||||
}
|
||||
|
||||
header, footer {
|
||||
header, footer, nav {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
background: var(--dark-background);
|
||||
@ -25,10 +25,6 @@ header, footer {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
nav {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.navitem {
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user