Fixed nav bar not displaying properly on sub pages
This commit is contained in:
parent
ff1cb77e95
commit
540f697221
@ -231,7 +231,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="copyright">
|
||||
©2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
|
||||
©2018 <strong>Ethan N. Paul</strong>
|
||||
</div>
|
||||
<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>
|
||||
|
@ -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;
|
||||
|
@ -74,7 +74,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<header id="header">
|
||||
<header id="header" class="homepage">
|
||||
<div class="container">
|
||||
|
||||
<!--<div class="copyright">
|
||||
|
Loading…
Reference in New Issue
Block a user