From 6997ea72799c56c7bfab794135bae4e0ebb66fea Mon Sep 17 00:00:00 2001 From: simatec <39792461+simatec@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:28:03 +0100 Subject: [PATCH] (simatec) Responsive Design added --- admin/jsonConfig.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index 9e1da2af..da0aa833 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -138,7 +138,11 @@ "_desc": { "type": "staticText", "text": "Important-desc", + "xs": 12, "sm": 12, + "md": 12, + "lg": 12, + "xl": 12, "style": { "fontSize": 16 }