Skip to content

Commit

Permalink
Fixes: Emergency Button Responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
aryansharma220 committed May 14, 2024
1 parent 7e3964b commit 39f0474
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 39f0474

Please sign in to comment.