Skip to content

Commit 5e68e85

Browse files
Made the modification and add more decoration (#340)
2 parents 3b44ce7 + 27edea4 commit 5e68e85

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

src/components/AboutUs-section/AboutUs-section.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@
1919
.aboutUs-section .primary-heading {
2020
font-size: 48px;
2121
font-weight: 600;
22-
color: #312F2F;
22+
color: #141010;
2323
}
2424

2525
#AboutUs {
2626
margin-bottom: 5rem;
27+
font-weight: 500;
2728
}
2829

2930
.mf-cursor::before {
30-
transform: scale(2);
31+
transform: scale(2.8);
3132
}

src/components/Contact-section/Contact-section.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ main {
88
padding-top: 0; /* Remove extra padding if present */
99
margin-bottom: 5rem;
1010

11-
background-color: #cdf6f6; /* Light cyan background */
11+
background-color: #b4f8f8; /* Light cyan background */
1212
border: 2px solid #020202; /* Border color */
1313
border-radius: 8px; /* Rounded corners */
1414
padding: 10px; /* Spacing inside the section */
@@ -19,5 +19,6 @@ main {
1919
display: flex;
2020
text-align: center;
2121
margin-left: 98px;
22+
font-style: bold;
2223
}
2324

src/components/Header-section/Header-section.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
background: transparent;
6666
border-color: #1abc9c;
6767
border-width: 2px;
68-
color: #1abc9c;
68+
color: #099061;
69+
transition-behavior:initial;
6970
}
7071

7172
@media (max-width: 768px) {
@@ -108,7 +109,7 @@
108109

109110
@media (max-width: 580px) {
110111
.navbar .logo {
111-
width: 170px;
112+
width: 200px;
112113
}
113114

114115
.navbar .menu-icon {
@@ -143,6 +144,6 @@
143144
font-weight: 700;
144145
width: 42%;
145146
height: 44px;
146-
background: #1abc9c;
147+
background: #57ecce;
147148
}
148149
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Service {
2-
margin-bottom: 80px;
2+
margin-bottom: 120px;
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.testimonial{
2-
background: linear-gradient(180deg, rgba(129, 70, 62, 0.00) 0%, rgba(61, 36, 33, 0.80) 100%);
2+
background: linear-gradient(180deg, rgba(135, 69, 60, 0) 0%, rgba(61, 36, 33, 0.80) 100%);
33
box-shadow: 0px 10px 39px 0px rgba(0, 0, 0, 0.25);
44
}

0 commit comments

Comments
 (0)