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

@ -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">
&copy;2018 <strong>Ethan N. Paul</strong>. All Rights Reserved &copy;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>&nbsp;&nbsp;</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>&nbsp;&nbsp;</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>

View File

@ -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;

View File

@ -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">