From ac0871d2b6b52f1dc43d0e859ef32616c2475afa Mon Sep 17 00:00:00 2001 From: Vasiliy Milovanov Date: Wed, 2 Oct 2024 21:37:13 +0300 Subject: [PATCH] fix img --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9c85957..54739ef 100644 --- a/index.html +++ b/index.html @@ -606,7 +606,8 @@ } .info__logo { - height: 70vw; + width: calc(100vw - 40px); + height: auto; } .about__container {