Fixed nav bar not displaying properly on sub pages
This commit is contained in:
		@@ -231,7 +231,7 @@
 | 
				
			|||||||
      <div class="row">
 | 
					      <div class="row">
 | 
				
			||||||
        <div class="col-md-12">
 | 
					        <div class="col-md-12">
 | 
				
			||||||
          <div class="copyright">
 | 
					          <div class="copyright">
 | 
				
			||||||
            ©2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
 | 
					            ©2018 <strong>Ethan N. Paul</strong>
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
          <div class="copyright">
 | 
					          <div class="copyright">
 | 
				
			||||||
            <a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome"><strong><i class="fa fa-gitlab fa-lg"></i>  </strong></a><a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/commits/master"><img alt="pipeline status" src="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/badges/master/pipeline.svg" /></a>
 | 
					            <a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome"><strong><i class="fa fa-gitlab fa-lg"></i>  </strong></a><a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/commits/master"><img alt="pipeline status" src="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/badges/master/pipeline.svg" /></a>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -176,6 +176,11 @@ h1, h2, h3, h4, h5, h6 {
 | 
				
			|||||||
--------------------------------------------------------------*/
 | 
					--------------------------------------------------------------*/
 | 
				
			||||||
#header {
 | 
					#header {
 | 
				
			||||||
  background: black;
 | 
					  background: black;
 | 
				
			||||||
 | 
					  padding: 15px 0;
 | 
				
			||||||
 | 
					  height: 80px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#header.homepage {
 | 
				
			||||||
  padding: 10px 0;
 | 
					  padding: 10px 0;
 | 
				
			||||||
  height: 40px;
 | 
					  height: 40px;
 | 
				
			||||||
  margin-top: -60px;
 | 
					  margin-top: -60px;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -74,7 +74,7 @@
 | 
				
			|||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
  </section>
 | 
					  </section>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <header id="header">
 | 
					  <header id="header" class="homepage">
 | 
				
			||||||
    <div class="container">
 | 
					    <div class="container">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <!--<div class="copyright">
 | 
					      <!--<div class="copyright">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user