From aae021f141aed71197438d54f52a20eab8c25150 Mon Sep 17 00:00:00 2001 From: Definitely Obsessed Date: Wed, 26 Jul 2023 09:13:29 +0530 Subject: [PATCH] Add 'margin-top' to 'search bar' , for in mobile width 'Back to Home Btn' overlap with 'Search Bar' , in 'resource.html' --- resource.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resource.css b/resource.css index 523ccfc5..b1328377 100644 --- a/resource.css +++ b/resource.css @@ -700,6 +700,7 @@ h3.hover-underline-animation { .search-box-container{ display: flex; justify-content: center; + margin-top: 50px; } } .play-button-container:hover {