general enhancements
This commit is contained in:
@@ -550,6 +550,12 @@ strong {
|
||||
/*---------------------------------------
|
||||
ABOUT
|
||||
-----------------------------------------*/
|
||||
|
||||
.object-fit-cover {
|
||||
object-fit: cover;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.profile-thumb {
|
||||
background: var(--white-color);
|
||||
border-radius: 15px;
|
||||
@@ -558,11 +564,6 @@ strong {
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.profile-thumb:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.profile-title {
|
||||
margin-bottom: 25px;
|
||||
padding-bottom: 15px;
|
||||
@@ -698,11 +699,11 @@ strong {
|
||||
box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.about-image:hover {
|
||||
/* .about-image:hover {
|
||||
transform: scale(1.05);
|
||||
filter: brightness(1.3) contrast(1.2) saturate(1.2);
|
||||
box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
} */
|
||||
|
||||
.about-thumb {
|
||||
padding-right: 20px;
|
||||
@@ -746,10 +747,6 @@ strong {
|
||||
transition: all ease 0.2s;
|
||||
}
|
||||
|
||||
.clients-image:hover {
|
||||
transform: scale(1.3);
|
||||
}
|
||||
|
||||
/*---------------------------------------
|
||||
SERVICES
|
||||
-----------------------------------------*/
|
||||
@@ -1048,10 +1045,10 @@ strong {
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.contact-info-card:hover {
|
||||
/* .contact-info-card:hover {
|
||||
transform: translateX(10px);
|
||||
background: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
} */
|
||||
|
||||
.contact-info-icon {
|
||||
width: 50px;
|
||||
@@ -1075,6 +1072,7 @@ strong {
|
||||
|
||||
.contact-info-content {
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.contact-info-content h4 {
|
||||
@@ -1294,7 +1292,7 @@ strong {
|
||||
}
|
||||
|
||||
.copyright-text {
|
||||
border-right: 1px solid var(--border-color);
|
||||
/* border-right: 1px solid var(--border-color); */
|
||||
padding-right: 25px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
@@ -1745,9 +1743,9 @@ strong {
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
.about-image:hover {
|
||||
/* .about-image:hover {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
} */
|
||||
|
||||
/* Enhance projects section */
|
||||
.projects-thumb {
|
||||
|
||||
Reference in New Issue
Block a user