home page changes with testimonials and location added

This commit is contained in:
sujan
2024-09-10 11:02:46 +05:45
parent a313b04108
commit f2733e5854
6 changed files with 159 additions and 27 deletions

15
css/style.min.css vendored
View File

@@ -3012,7 +3012,7 @@ b, strong {
background-color: var(--tropical-blue)
}
.bg-cornflower-blue {
background-color: var(--cornflower-blue)
background-color: #b61b5c;
}
.bg-camarone {
background-color: var(--camarone)
@@ -18076,10 +18076,15 @@ footer .nav-link {
font-size: 60px;
line-height: 30px;
}
.md-title {
color: #b61b5c;
font-size: 32px;
font-weight: 600;
color: #b61b5c;
font-size: 32px;
font-weight: 600;
}
.service-icon {
background: #f67830 !important;
}
.service-radius {
border-radius: 60px;
}
/*custome css*/