Skip to content

Commit

Permalink
Aligned in large screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjaliavv51 committed Jul 31, 2024
1 parent 9eaaee0 commit 7de6080
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 5 additions & 12 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -973,21 +973,14 @@ body {
width: 5rem;
}
}

/*Patient Portal*/
@media screen and (min-width: 992px) {
.section-title h2 {
font-size: 36px;
}
/*Appointment*/
@media (width: 382px) and (height:592px){

.section-title p {
font-size: 18px;
}

.login-box {
max-width: 450px;
#appointment {
width: 500px;
}
}
/*Patient Portal*/

@media screen and (min-width: 768px) and (max-width: 991px) {
.section-title h2 {
Expand Down
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,6 @@ <h4>Call:</h4>
<script src="js/contactpopupmessage.js"></script>
<!-- End Contact Section -->
<!-- testimonial section -->
<center>
<section id="test" class="testimonals">
<h2 class="h2 section-title has-underline"
style="margin-top: 15px;align-items: center; justify-content: center; display: flex;">
Expand Down Expand Up @@ -742,7 +741,6 @@ <h3 class="name">Shikha Pandey</h3>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
</center>
<!-- testimonial section -->
<!-- Feedback System-->
<center>
Expand Down

0 comments on commit 7de6080

Please sign in to comment.