Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
muh-osman committed Jan 20, 2024
1 parent 5b12a01 commit c8dbedc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
<!-- Navbar in top -->
<nav class="navbar bg-light navbar-expand-lg bg-body-tertiary">
<div class="container nav-box">
<div class="search-icon">
<a href="https://takafulalarabia.com/Mobile/Search.html">
<i class="bi bi-search"></i>
</a>
</div>

<a class="navbar-brand p-0" href="https://takafulalarabia.netlify.app/">
<img src="./images/logo.jpg" alt="logo" />
</a>
Expand Down
17 changes: 16 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,17 @@ a {
color: #fff !important;
}

.search-icon {
display: none;
width: 54px;
text-align: center;
}

.search-icon i{
color: #194397;
font-size: 23px;
}

.bg-body-tertiary {
/* background-color: #38bbe6 !important; */
}
Expand Down Expand Up @@ -115,7 +126,11 @@ a {
.navbar-brand {
flex: 1;
text-align: center;
padding-left: 54px !important;
/* padding-left: 54px !important; */
}

.search-icon {
display: block;
}
}

Expand Down

0 comments on commit c8dbedc

Please sign in to comment.