Skip to content

Commit

Permalink
Merge pull request #15 from Nithin9585/main
Browse files Browse the repository at this point in the history
Fix Display Issue with "Emergency" Button on Mobile Screens
  • Loading branch information
Anishkagupta04 authored May 13, 2024
2 parents d24a72c + a01c0d7 commit 68130e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ <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"><span class="d-none d-md-inline">EMERGENCY</span></a>

<a href="#appointment" class="appointment-btn scrollto" style="padding: 10px 20px; min-width: 150px;">
<span class="d-none d-md-inline">EMERGENCY</span>
</a>

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

Expand Down

0 comments on commit 68130e3

Please sign in to comment.