Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajal13 committed Mar 19, 2024
1 parent b2708f1 commit 2f9ba22
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion v1.0.0/assets/css/theme-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -20793,7 +20793,7 @@ h5, .h5, h6, .h6 {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #fff;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.nav-item:last-child {
border-bottom: none;
Expand Down
2 changes: 1 addition & 1 deletion v1.0.0/assets/css/theme-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion v1.0.0/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -20828,7 +20828,7 @@ h5, .h5, h6, .h6 {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #fff;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.nav-item:last-child {
border-bottom: none;
Expand Down
2 changes: 1 addition & 1 deletion v1.0.0/assets/css/theme.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions v1.0.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<div class="d-flex justify-content-bewteen align-items-center w-100 flex-wrap">
<div class="me-auto"><a href=""><img class="navbar-brand img-fluid w-75 d-md-none" src="assets/img/logos/logo.svg" alt="logo" /></a><a class="navbar-brand me-lg-auto cursor-pointer text-white fs-7 fw-bold d-none d-md-block" href="">Brainwave.io</a></div><a class="btn bg-primary navbar-btn lh-sm ms-md-x1 mt-lg-0 order-md-1" href="!#">Get Started Now </a><button class="navbar-toggler border-0 pe-0" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-content" aria-controls="navbar-content" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse ms-auto justify-content-md-end" id="navbar-content" data-navbar-collapse="data-navbar-collapse">
<ul class="navbar-nav ms-lg-auto gap-md-2 gap-lg-3 mt-x1 mt-md-0 pb-3 pb-md-0" data-navbar-nav="data-navbar-nav">
<ul class="navbar-nav ms-lg-auto gap-md-2 gap-lg-3 pt-x1 pb-1 pt-md-0 pb-md-0" data-navbar-nav="data-navbar-nav">
<li class="nav-item"> <a class="nav-link nav-bar-item px-0" href="#home" title="Home">Home</a></li>
<li class="nav-item"> <a class="nav-link nav-bar-item px-0" href="#about" title="About us">About us</a></li>
<li class="nav-item"> <a class="nav-link nav-bar-item px-0" href="#service" title="Support">Support</a></li>
Expand Down Expand Up @@ -423,8 +423,8 @@ <h5 class="fs-9 mb-2 heading"> Download Our App</h5>
</div>
<div class="row">
<div class="d-md-flex justify-content-between align-items-center py-3 px-0">
<div class="mb-2 mb-md-0 text-center text-md-end order-md-1"><a class="icons" href="#!"><span class="uil uil-twitter"> </span></a><a class="icons" href="#!"><span class="uil uil-instagram"></span></a><a class="icons" href="#!"><span class="uil uil-linkedin"> </span></a></div>
<div class="text-center text-md-start"> <span class="text-black copyright lh-xl"> © 2024 Copyright, All Right Reserved, Made by Seju_ui_ux with</span><img src="assets/img/icons/Heart.svg" alt="" /></div>
<div class="mt-2 mt-md-0 text-center text-md-end"><a class="icons" href="#!"><span class="uil uil-twitter"> </span></a><a class="icons" href="#!"><span class="uil uil-instagram"></span></a><a class="icons" href="#!"><span class="uil uil-linkedin"> </span></a></div>
</div>
</div>
</div>
Expand Down

0 comments on commit 2f9ba22

Please sign in to comment.