Fixed nav bar not displaying properly on sub pages

This commit is contained in:
Ethan N. Paul
2018-02-06 08:22:15 -05:00
parent ff1cb77e95
commit 540f697221
3 changed files with 7 additions and 2 deletions

View File

@@ -176,6 +176,11 @@ h1, h2, h3, h4, h5, h6 {
--------------------------------------------------------------*/
#header {
background: black;
padding: 15px 0;
height: 80px;
}
#header.homepage {
padding: 10px 0;
height: 40px;
margin-top: -60px;