From 7b366e8938cd28ce7077fc119c0cfe9775d42909 Mon Sep 17 00:00:00 2001 From: Mohit Kumar <136831716+MOHIT-IITP@users.noreply.github.com> Date: Wed, 25 Dec 2024 10:50:15 +0530 Subject: [PATCH] Adjusted line height for better readability and optimized the donate button for smaller screens. I have adjusted the line height of the landing page's main text to improve readability and make it easier for visitors to view. Additionally, I optimized the donate button to ensure it fits better on smaller screens. --- css/custom.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 3e233b46..7241c36d 100644 --- a/css/custom.css +++ b/css/custom.css @@ -216,4 +216,19 @@ padding: 10px 0; } -} \ No newline at end of file +} + +@media (max-width: 767px) { + #slider p { + line-height: 1.4rem !important; + font-weight:800; + + } + .donate-button{ + height:40px; + margin:5px; + font-size: 0.7rem; + padding-top:5px; + padding-bottom:3px; + } +}