Compare commits

..

2 Commits

Author SHA1 Message Date
victorAnumudu 958cc316e7 removed EPS from about main image 2023-02-09 20:27:53 +01:00
victorAnumudu 72fcb763e1 about main image added to about page 2023-02-08 20:19:18 +01:00
3 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2776,13 +2776,13 @@ header.fix_style.white_header {
.about_page_sectino img {
max-width: 100%;
}
.about_page_sectino .abt_img img {
animation: scale;
.about_page_sectino .abt_img img{
animation-name: scale-image;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes scale {
@keyframes scale-image {
0%{transform: scale(1);}
50%{transform: scale(1.01);}
100%{transform: scale(1);}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 KiB

After

Width:  |  Height:  |  Size: 35 KiB

+1 -1
View File
@@ -17,7 +17,7 @@ const Main = ({brdcum}) => {
// About us text variables
let innovativeDesc = 'The team at myFit by Fluxtra LLC works with you to achieve your health objectives without getting in your way. Do your health your way to get the best result for you and your family. We are you, always ready and always engaged with the users to help get the best out of our solution.'
'We work with you to achieve your health and fitness goals by providing solutions that fit your goals.'
let whyWeAreDiff = {
desc:'We work with you to achieve your health and fitness goals by providing solutions that fit your goals.',
secureDesc:"MyFit is built to keep your data secure and protect your privacy. Your data is encrypted and you are always in control of your information.",