Skip to content

Commit

Permalink
Merge pull request Anishkagupta04#119 from aryansharma220/btnResponsive
Browse files Browse the repository at this point in the history
Fixes: Button not responsive Anishkagupta04#116
  • Loading branch information
varshith257 authored May 14, 2024
2 parents 0ffe80d + 39f0474 commit df623c5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,11 @@ <h1 class="logo me-auto"><a href="index.html">RapiDoc</a></h1>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->

<a href="#appointment" class="appointment-btn scrollto" style="padding: 10px 20px; min-width: 150px;">
<span class="d-none d-md-inline"><i class="fa-solid fa-hospital"></i> EMERGENCY</span>
</a>
<a href="#appointment" class="appointment-btn scrollto" style="padding: 10px 20px; min-width: 150px; display: inline-block; text-align: center;">
<span class="d-none d-md-inline"><i class="fa-solid fa-hospital"></i> EMERGENCY</span>
<span class="d-md-none"><i class="fa-solid fa-hospital"></i></span>
</a>


</div>
</header><!-- End Header -->
Expand Down

0 comments on commit df623c5

Please sign in to comment.