From df7c2f5da832371b2f05fcd8531685bdd276795d Mon Sep 17 00:00:00 2001 From: Abdullah Alfaraj <7842232+AbdullahAlfaraj@users.noreply.github.com> Date: Thu, 30 Nov 2023 10:53:32 +0300 Subject: [PATCH] increase padding to 8px --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 878dde5..cf89144 100644 --- a/index.html +++ b/index.html @@ -341,7 +341,7 @@ .sp-tab-page { display: none; - padding: 7px; + padding: 8px; flex-direction: column; max-width: 100%; position: relative;