From 8dfa5a3ca25afb97ba9230470b26811e64a284fc Mon Sep 17 00:00:00 2001 From: Mohammed Al-yaseen Date: Mon, 6 Oct 2025 02:05:25 +0300 Subject: [PATCH] add margin for restaurant header --- src/pages/menu/menu.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/menu/menu.module.css b/src/pages/menu/menu.module.css index 8fb6962..79b3592 100644 --- a/src/pages/menu/menu.module.css +++ b/src/pages/menu/menu.module.css @@ -570,6 +570,10 @@ height: 40px !important; border-radius: 12px !important; } + + .contentWrapper{ + margin-top: 16px; + } } /* Desktop devices (min-width: 1025px) */