From 40ff2b6eda9aca7060730884fef31c28a633c9ae Mon Sep 17 00:00:00 2001 From: Abdul Wahab Date: Mon, 17 Aug 2026 16:34:28 +0500 Subject: [PATCH] updated --- tmp/questionaire/previews-gallery-improved.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmp/questionaire/previews-gallery-improved.html b/tmp/questionaire/previews-gallery-improved.html index 56e1e5460..72f6580dd 100644 --- a/tmp/questionaire/previews-gallery-improved.html +++ b/tmp/questionaire/previews-gallery-improved.html @@ -1135,7 +1135,8 @@ Array.prototype.forEach.call(document.querySelectorAll('.scaler'), function (sca style.textContent = [ '*, *::before, *::after { box-shadow: none !important; text-shadow: none !important; }', '.ps-desktop .ps-proof { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }', - '.ps-phone .ps-proof { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; margin-top: 10px !important; }', + '.ps-phone .ps-proof { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; position: relative; top: 10px; }', + '.ps-phone .ps-editorial-copy { margin-top: 16px !important; }', '.ps-desktop .ps-proof-item { padding-right: 24px !important; }', '.ps-proof-divider { display: none !important; }', ].join('\n');