From 2c522a0c3a07a1e1379f078d2610a48ae021ffe4 Mon Sep 17 00:00:00 2001 From: Nazareno Oviedo Date: Mon, 18 Apr 2022 23:20:56 -0300 Subject: [PATCH] feat: improves --- src/components/sections/about/team/team.module.scss | 5 +++++ 1 file changed, 5 insertions(+) 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; }