From 034fd99ff2ff120aea541e99c7fdd9a7ec4b1e2b Mon Sep 17 00:00:00 2001 From: akash Date: Tue, 16 Sep 2025 11:00:31 +0530 Subject: [PATCH] Banner new banner checking updated --- app/page.js | 8 ++++---- public/assets/css/style.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/page.js b/app/page.js index e14e314..b126d2d 100644 --- a/app/page.js +++ b/app/page.js @@ -24,13 +24,13 @@ export default function Home() { return ( <> - {/*
*/} +
- {/*
*/} -{/* +
+
-
*/} + {/* */} {/* */} diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 1c7ee56..a2aa934 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -691,7 +691,7 @@ .scroll-to-top { position: fixed; right: 20px; - bottom: 60px; + bottom: 4px; transform: rotate(0deg); z-index: 99; width: 50px;