From e4f298f96b89df01557625db08af786396df2536 Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Sat, 1 Jun 2024 21:31:39 +0530 Subject: [PATCH] Added the logo for mobile view --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/style.css b/style.css index bc2b7f6e..516a5bc8 100644 --- a/style.css +++ b/style.css @@ -89,8 +89,18 @@ body { .navbar-collapse { background-color: rgba(175, 63, 62, 1); } + .transparent-image{ + max-width: 60%; + max-height: 50%; + } } +@media (max-width:768px){ + .transparent-image{ + max-width: 45%; + max-height: 0.1%; + } +} .intro_container { display: flex; @@ -1313,6 +1323,7 @@ nav { .navigbar { height: 3rem; + padding-left: 0.5rem; } }