From 996831bb4341efaddc85b444b32c272f6b15b8fb Mon Sep 17 00:00:00 2001 From: Manohhar3439 Date: Tue, 13 Aug 2024 22:36:03 -0500 Subject: [PATCH] position absolute to relative --- css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index a05195f..e572da0 100644 --- a/css/custom.css +++ b/css/custom.css @@ -26,7 +26,7 @@ line-height: 99px; .powered img { max-width: 100%; line-height: 99px; -position: absolute; +position: relative; right: 107px; }