Skip to content

Commit

Permalink
Merge pull request #974 from Anjaliavv51/appointment-res
Browse files Browse the repository at this point in the history
Size decrement of Appointment section in index.html  and nav bar text size
  • Loading branch information
varshith257 authored Jul 23, 2024
2 parents 0560c26 + 27159f9 commit eb78a52
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
.rating-container button:hover{
transform: scale(1.5);
}
.nav_link li{
font-size: 16px;
display: flex;
flex-direction: row;
}
</style>
</head>

Expand Down Expand Up @@ -516,7 +521,7 @@ <h2>Patient Portal</h2>


<!-- Appointment Section -->
<section id="appointment" class="appointment section-bg">
<section id="appointment" class="appointment section-bg" style="height: 1200px;width: 600px;">
<div class="container" style="border-radius: 10px;">
<div class="section-title section-black-text">
<h2>Make an Appointment</h2>
Expand Down

0 comments on commit eb78a52

Please sign in to comment.