From 1f6c0a4b1e91a4bda5b667df8e57e3742489c0ec Mon Sep 17 00:00:00 2001 From: venkata akhil Date: Mon, 14 Aug 2023 17:54:13 +0530 Subject: [PATCH] Logo height to 32 px --- smart_service/public/css/smart_service.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart_service/public/css/smart_service.css b/smart_service/public/css/smart_service.css index 9183ba7..f1edf94 100644 --- a/smart_service/public/css/smart_service.css +++ b/smart_service/public/css/smart_service.css @@ -39,7 +39,7 @@ box-shadow: 7px -2px 11px #E31A37; } .navbar-home img { - max-height: 50px !important; + max-height: 32px !important; width: auto; }