Skip to content

Commit

Permalink
Alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjaliavv51 committed Aug 2, 2024
1 parent b651ffa commit d396b65
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Html-Files/appointment.html
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,19 @@
#preview-section button {
font-size: 14px;
}
}
@media screen and (max-width: 767px) {
small {
font-size: 12px;
padding: 8px 0;
}
}

@media screen and (max-width: 480px) {
small {
font-size: 10px;
padding: 6px 0;
}
}
</style>
<link rel="stylesheet" href="chatbox.css" />
Expand Down

0 comments on commit d396b65

Please sign in to comment.