diff --git a/src/containers/header/header.css b/src/containers/header/header.css index 5795b23be..487771981 100644 --- a/src/containers/header/header.css +++ b/src/containers/header/header.css @@ -111,6 +111,7 @@ .gpt3__header-image img { width: 100%; height: 100%; + object-fit: contain; } @media screen and (max-width: 1050px) { @@ -165,4 +166,4 @@ font-size: 12px; line-height: 16px; } -} \ No newline at end of file +}