About page main image fixed

This commit was merged in pull request #77.
This commit is contained in:
victorAnumudu
2023-02-10 11:43:48 +01:00
parent 0ef7ec3d10
commit e84cdc57b7
3 changed files with 14 additions and 1 deletions
+11
View File
@@ -2776,6 +2776,17 @@ header.fix_style.white_header {
.about_page_sectino img {
max-width: 100%;
}
.about_page_sectino .abt_img img {
animation: scale;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes scale {
0%{transform: scale(1);}
50%{transform: scale(1.01);}
100%{transform: scale(1);}
}
/* -----------experts_team_sectio---------- */
Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB