diff --git a/src/components/sections/about/team/team.module.scss b/src/components/sections/about/team/team.module.scss index f8ba5c2..51d986c 100644 --- a/src/components/sections/about/team/team.module.scss +++ b/src/components/sections/about/team/team.module.scss @@ -124,6 +124,11 @@ gap: tovw(24px, 'default', 24px); img { + @include respond-to('mobile') { + width: tovw(192px, 'mobile'); + height: tovw(192px, 'mobile'); + } + border-radius: tovw(5px, 'default', 5px); overflow: hidden; }