diff --git a/customize.dist/images/AaronMacSween.jpg b/customize.dist/images/AaronMacSween.jpg index 0648650fd..2ee96ea6f 100644 Binary files a/customize.dist/images/AaronMacSween.jpg and b/customize.dist/images/AaronMacSween.jpg differ diff --git a/customize.dist/images/CalebJames.jpg b/customize.dist/images/CalebJames.jpg index 78f6b274a..65d5a6cae 100644 Binary files a/customize.dist/images/CalebJames.jpg and b/customize.dist/images/CalebJames.jpg differ diff --git a/customize.dist/images/Catalin.jpg b/customize.dist/images/Catalin.jpg index 2567a5382..109a5404b 100644 Binary files a/customize.dist/images/Catalin.jpg and b/customize.dist/images/Catalin.jpg differ diff --git a/customize.dist/images/LudovicDuboist.jpg b/customize.dist/images/LudovicDuboist.jpg index de16b3e02..6a9988942 100644 Binary files a/customize.dist/images/LudovicDuboist.jpg and b/customize.dist/images/LudovicDuboist.jpg differ diff --git a/customize.dist/images/Pierre-new.jpg b/customize.dist/images/Pierre-new.jpg index 6974aa5a3..4f197aeb0 100644 Binary files a/customize.dist/images/Pierre-new.jpg and b/customize.dist/images/Pierre-new.jpg differ diff --git a/customize.dist/images/YannFlory.jpg b/customize.dist/images/YannFlory.jpg index 47ae1a34f..19d10ec56 100644 Binary files a/customize.dist/images/YannFlory.jpg and b/customize.dist/images/YannFlory.jpg differ diff --git a/customize.dist/src/less2/pages/page-about.less b/customize.dist/src/less2/pages/page-about.less index 3028b6741..d356fecd0 100644 --- a/customize.dist/src/less2/pages/page-about.less +++ b/customize.dist/src/less2/pages/page-about.less @@ -34,10 +34,22 @@ } .cp-bio-avatar { padding-right: 0; + @media (max-width: 991px) { + padding-right: 15px; + } + img { + @media (max-width: 991px) { + margin: 0 auto; + display: block; + } + } } .cp-bio-avatar-right { padding-right: 15px; padding-left: 0; + @media (max-width: 991px) { + padding-left: 15px; + } } } .cp-develop-about {