From d396b65c1d926e56074e91a1ea603361c36fd476 Mon Sep 17 00:00:00 2001 From: Anjaliavv51 <154777864+Anjaliavv51@users.noreply.github.com> Date: Fri, 2 Aug 2024 20:32:20 +0530 Subject: [PATCH] Alignment #1107 --- Html-Files/appointment.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Html-Files/appointment.html b/Html-Files/appointment.html index 0932926a..e35e5625 100644 --- a/Html-Files/appointment.html +++ b/Html-Files/appointment.html @@ -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; + } }