From c883e93a539bcf1cd592127562397b171f554784 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 10 Apr 2024 09:40:29 +0300 Subject: [PATCH] Cache: increase Wrapper padding (for laptop and above) --- apps/web/Components/Admin/Cache.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/Components/Admin/Cache.tsx b/apps/web/Components/Admin/Cache.tsx index e814f49..0e6afe7 100644 --- a/apps/web/Components/Admin/Cache.tsx +++ b/apps/web/Components/Admin/Cache.tsx @@ -98,7 +98,7 @@ const Wrapper = styled(Background)` } ${min('laptop')} { - padding: 4px 6px 10px; + padding: 4px 18px 10px; width: 1024px; } `;