From 5f22e5a5d92d802bd3cf32e804c019fe05756ccb Mon Sep 17 00:00:00 2001 From: Dhairya Gothi Date: Sun, 16 Jun 2024 22:38:42 +0530 Subject: [PATCH] fixed font size in mobile view --- Divine_page/story.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Divine_page/story.css b/Divine_page/story.css index 9e7d2b9e..9ea406ed 100644 --- a/Divine_page/story.css +++ b/Divine_page/story.css @@ -864,4 +864,21 @@ footer { .button-75 span { line-height: 50px; } +} +@media (max-width: 767px) { + .button-75 { + font-size: 14px; + height: 70px; + } + + .button-75 span { + line-height: 50px; + } + .top-header{ + font-size: 30px; + } + .bottom-header{ + font-size: 30px; + } + } \ No newline at end of file