From a66a0cfafe3baea5b3eb10a0ed9587f4731ddd9c Mon Sep 17 00:00:00 2001 From: MegaVasiliy007 Date: Thu, 5 Oct 2023 17:40:50 +0300 Subject: [PATCH] fix mobile logo --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index ba5ddd5..1fbe047 100644 --- a/index.html +++ b/index.html @@ -605,6 +605,10 @@ font-size: 16px; } + .info__logo { + height: 70vw; + } + .about__container { grid-template-columns: 1fr; grid-template-rows: 1fr 1fr 1fr;