From f2af464efb0e439592ca7a3d81c74c47e70ca504 Mon Sep 17 00:00:00 2001 From: Anushka Sarkar Date: Tue, 23 Sep 2025 01:10:03 +0530 Subject: [PATCH] Fixed ReadMore width in Services Section --- index.html | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 4599bf4..21f48b0 100644 --- a/index.html +++ b/index.html @@ -304,7 +304,7 @@ } .about-card h4 { - color: #28a745 + color: #28a745; font-weight: 600; white-space: nowrap; } @@ -1114,19 +1114,16 @@ } .btn { - padding: 12px 24px; - border: none; - border-radius: 8px; - font-size: 1rem; - font-weight: 600; - cursor: pointer; - transition: all 0.3s ease; - display: flex; - align-items: center; - gap: 8px; - text-decoration: none; - outline: none; - } + padding: 10px 20px; + border-radius: 8px; + font-size: 16px; + font-weight: 600; + cursor: pointer; + text-decoration: none; + display: inline-block; /* changed from flex */ + text-align: center; +} + .btn-submit { background: linear-gradient(135deg, #2196f3, #1976d2);