Skip to content

Commit

Permalink
Merge pull request #1568 from sauraabhh/main
Browse files Browse the repository at this point in the history
fixed issue 1150
  • Loading branch information
sunny0625 authored Aug 9, 2024
2 parents ec147f6 + d954198 commit 8226370
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,18 +190,20 @@
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<div id="caduceus-container">
<!-- <div id="caduceus-container">
<div class="rope"></div>
<img id="caduceus" src="Images/image.png" alt="Caduceus">
</div>
</div> -->
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container-fluid">
<!-- Brand Logo -->


<img src="./Images/logo/Foodielogo.png" height="30" alt="Brand Logo" >
<a href="index.html">
<img id="theme-toggle-logo" src="Images/logo/Logo-Light.png" height="70" width="70" alt="Brand Logo">
<img id="theme-toggle-logo"
style="height: 50px; width: 50px;"
src="Images/logo/Logo-Light.png" alt="Brand Logo">


</a>
Expand All @@ -212,7 +214,9 @@
<span class="navbar-toggler-icon"></span>
</button>
<!-- Centered Navbar Links -->
<div class="collapse navbar-collapse hamburgeritems centerdiv order-2 order-lg-0">
<div
style=" margin-left: 25vw;"
class="collapse navbar-collapse hamburgeritems centerdiv order-2 order-lg-0">
<ul class="navbar-nav center-links">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">
Expand Down Expand Up @@ -599,10 +603,11 @@ <h1 class="tagline py-2 text-center mx-auto" data-aos="zoom-out-up" data-aos-off
.btn {
border: none;
padding: .7em 1.8em;
border-radius: 5px;
font-weight: 600;
border-radius: 2px;
cursor: pointer;
font-size: .8rem;
background-color: rgb(68, 67, 67);
}

.btn-card {
Expand All @@ -611,7 +616,7 @@ <h1 class="tagline py-2 text-center mx-auto" data-aos="zoom-out-up" data-aos-off
}

.btn-card:hover {
background: #59a10c;
background: #59a10cc9;
}
.free_delivery{
display: flex;
Expand Down

0 comments on commit 8226370

Please sign in to comment.