From 127050f4a5df9d0387462d57bc9db38e8ccfea2d Mon Sep 17 00:00:00 2001
From: Pratiksha <prati.weboccult@gmail.com>
Date: Fri, 24 Jun 2022 11:04:39 +0530
Subject: [PATCH] footer space corrected for mobile
---
browsehappy.com/public_html/style.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/browsehappy.com/public_html/style.css b/browsehappy.com/public_html/style.css
index c47fb0a6e..f501cf5ea 100644
a
|
b
|
html[dir="rtl"] #share nav li { |
623 | 623 | } |
624 | 624 | } |
625 | 625 | @media (max-width: 705px) { |
| 626 | #about { width: 55%;} |
| 627 | footer #about p { margin-right: 15px;} |
626 | 628 | #main .wrap { |
627 | 629 | max-width: 460px; |
628 | 630 | } |