From bad5aa2e24f5bc997ffa44a2f680ca41b2422b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Eldj=C3=A1rn?= Date: Fri, 22 Jul 2022 11:52:58 -0700 Subject: [PATCH] Fixed #86 --- src/components/sections/about/team/team.module.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/sections/about/team/team.module.scss b/src/components/sections/about/team/team.module.scss index 259e672..c780461 100644 --- a/src/components/sections/about/team/team.module.scss +++ b/src/components/sections/about/team/team.module.scss @@ -145,7 +145,13 @@ border-radius: tovw(5px, 'default', 5px); overflow: hidden; - aspect-ratio: 1 /1; + aspect-ratio: 1 / 1; + + @supports not (aspect-ratio: 1 / 1) { + width: tovw(194px, 'default', 80px); + height: tovw(194px, 'default', 80px); + } + object-fit: cover; }