From 42471b309f9b4319b7fddd7e654db20d4eaa9771 Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Fri, 27 Sep 2024 08:53:06 +0200 Subject: [PATCH] fix: update value of container sidebar --- components/JsonToHtml/jsontohtml.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/JsonToHtml/jsontohtml.module.css b/components/JsonToHtml/jsontohtml.module.css index d55923c69..a85bf0e38 100644 --- a/components/JsonToHtml/jsontohtml.module.css +++ b/components/JsonToHtml/jsontohtml.module.css @@ -72,7 +72,7 @@ } } -@container sidebar (max-width: 390px) { +@container sidebar (max-width: 360px) { .ol, .ul { display: flex;