From 456891d6e1ae601d6a5bfc9adb60e15ce152aa6d Mon Sep 17 00:00:00 2001 From: Vasiliy Milovanov Date: Sun, 24 Dec 2023 14:14:28 +0300 Subject: [PATCH] fix mobile logo --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e418541..432bf69 100644 --- a/index.html +++ b/index.html @@ -606,7 +606,8 @@ } .info__logo { - height: 70vw; + width: 70vw; + height: auto; } .about__container {