Skip to content

Commit 558c743

Browse files
Merge pull request #568 from Shivin1016/new_feature_main
Spacing fixes in about us section
2 parents 92a5dd6 + 4d36280 commit 558c743

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

index.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -290,12 +290,12 @@
290290
border-radius: 12px;
291291
border: 1px solid green;
292292
transition: all 0.3s ease;
293-
box-shadow: 0 2px 12px #8f91f7;
293+
box-shadow: 0 2px 12px #75e47a;
294294
}
295295

296296
.about-card p:hover {
297297
transform: translateY(3px);
298-
box-shadow: 0 5px 20px #100699;
298+
box-shadow: 0 5px 20px #409B44;
299299
}
300300

301301
.about-card:hover {
@@ -304,8 +304,9 @@
304304
}
305305

306306
.about-card h4 {
307-
color: #463896;
307+
color: #409B44;
308308
font-weight: 600;
309+
white-space: nowrap;
309310
}
310311

311312
.btn-group {
@@ -1971,8 +1972,8 @@ <h2 class="about-title mb-2">About Us</h2>
19711972
<div class="row justify-content-center g-4">
19721973
<!-- Card 1 -->
19731974
<div class="col-sm-6 col-lg-4">
1974-
<div class="about-card p-4 h-100 shadow rounded">
1975-
<h4 class="mb-4"> <i class="fas fa-users icon"></i> Who We Are</h4>
1975+
<div class="about-card p-4 h-100 w-100 shadow rounded">
1976+
<h4 class="mb-4 fs-5 fs-md-4"> <i class="fas fa-users icon"></i> Who We Are</h4>
19761977
<p>
19771978
GrowCraft is a one-stop shop for Software, App, Website development, Digital Marketing, Graphic Design &
19781979
Social Media. We deliver high-quality services that align with market trends.
@@ -1983,7 +1984,7 @@ <h4 class="mb-4"> <i class="fas fa-users icon"></i> Who We Are</h4>
19831984
<!-- Card 2 -->
19841985
<div class="col-sm-6 col-lg-4">
19851986
<div class="about-card p-4 h-100 shadow rounded">
1986-
<h4 class="mb-4"><i class="fas fa-microchip icon"></i> Tech-Driven Solutions</h4>
1987+
<h4 class="mb-4 fs-5 fs-md-4"><i class="fas fa-microchip icon"></i> Tech-Driven Solutions</h4>
19871988
<p>
19881989
We use the latest technologies & best practices to deliver innovative solutions. Our services evolve
19891990
constantly to meet clients’ changing needs.
@@ -1993,8 +1994,8 @@ <h4 class="mb-4"><i class="fas fa-microchip icon"></i> Tech-Driven Solutions</h4
19931994

19941995
<!-- Card 3 -->
19951996
<div class="col-sm-6 col-lg-4">
1996-
<div class="about-card p-4 h-100 shadow rounded">
1997-
<h4 class="mb-4"><i class="fas fa-handshake icon"></i> Client-Centric Approach</h4>
1997+
<div class="about-card p-4 h-100 w-100 shadow rounded">
1998+
<h4 class="mb-4 w-100 fs-5 fs-md-4"><i class="fas fa-handshake icon"></i> Client-Centric Approach</h4>
19981999
<p>
19992000
Every client has unique needs. We understand their goals before creating custom solutions and involve them
20002001
throughout the development process.
@@ -2004,8 +2005,8 @@ <h4 class="mb-4"><i class="fas fa-handshake icon"></i> Client-Centric Approach</
20042005

20052006
<!-- Card 4 -->
20062007
<div class="col-sm-6 col-lg-4">
2007-
<div class="about-card p-4 h-100 shadow rounded">
2008-
<h4 class="mb-4"><i class="fas fa-shield-alt icon"></i> Reliable & Transparent</h4>
2008+
<div class="about-card p-4 h-100 w-100 shadow rounded">
2009+
<h4 class="mb-4 w-100 fs-5 fs-md-4"><i class="fas fa-shield-alt icon"></i> Reliable & Transparent</h4>
20092010
<p>
20102011
With clear communication, timely delivery, and transparent processes, we ensure success for both our
20112012
clients and ourselves.
@@ -2016,7 +2017,7 @@ <h4 class="mb-4"><i class="fas fa-shield-alt icon"></i> Reliable & Transparent</
20162017
<!-- Card 5 -->
20172018
<div class="col-sm-6 col-lg-4">
20182019
<div class="about-card p-4 h-100 shadow rounded">
2019-
<h4 class="mb-4"><i class="fas fa-award icon"></i> Affordable & Proven</h4>
2020+
<h4 class="mb-4 fs-5 fs-md-4"><i class="fas fa-award icon"></i> Affordable & Proven</h4>
20202021
<p>
20212022
We offer cost-effective services and have a history of successful projects. For a reliable digital
20222023
partner, GrowCraft is your best choice.

src/style.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,10 @@ h5 {
237237
.bg-body-tertiary {
238238
background-color: transparent !important;
239239
}
240-
.icon {
241-
height: 6.5rem;
240+
.icon {
241+
font-size: 2rem;
242+
border-radius: 20px;
243+
margin-right: 1rem;
242244
}
243245

244246
.training-links {
@@ -1116,7 +1118,7 @@ body.dark .mb-4:hover {
11161118
}
11171119

11181120
.about-title {
1119-
border-bottom: 3px solid #2a63f4;
1121+
border-bottom: 3px solid #409B44;
11201122
display: inline-block;
11211123
}
11221124

0 commit comments

Comments
 (0)