Skip to content

Commit

Permalink
change the positon of donation banner (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealharshit authored Dec 22, 2024
1 parent 85c681b commit 28683ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 5 additions & 3 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
<header class="large" id="firstHeader">
<div class="row">
<div class="container">
<nav class="navbar-expand-lg donation-bar fixed-top">
<div class="container">
{% include banner.html %}
</div>
</nav>
<nav class="navbar navbar-default navbar-expand-lg fixed-top align-items-center d-flex justify-content-between pb-0 pt-0">
<div class="logo1" id="navLogo">
<a href="{{ site.baseurl }}/">{% include logo.svg %}</a>
</div>
<div>
{% include banner.html %}
</div>
<div class="d-flex justify-content-center">
<div class="zeroMarPadBtm ">
<ul class="mr-5 navbar-nav" id="menuBar">
Expand Down
5 changes: 5 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@
padding-left: 44%;
}

.donation-bar {
background-color: white;
margin-top: 90px;
padding: 10px 0;
}

0 comments on commit 28683ab

Please sign in to comment.