From 274c64d1ca09c0afcbcfc0d22ee40f5aff84ffc6 Mon Sep 17 00:00:00 2001 From: lovishGIT <127772046+lovishGIT@users.noreply.github.com> Date: Mon, 23 Oct 2023 04:48:53 +0530 Subject: [PATCH 1/2] issue#6 updates layout issues at menu.html menu table. --- menu.css | 6 ++++++ menu.html | 22 +++++++++++----------- menu.js | 2 +- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/menu.css b/menu.css index 31b24b4..cc6c571 100644 --- a/menu.css +++ b/menu.css @@ -124,4 +124,10 @@ div.col h3{ .cartsidebar{ background-color: black; width: 100px; +} + +.flex-menu { + display: flex; + justify-content: space-between; + gap: 1px; } \ No newline at end of file diff --git a/menu.html b/menu.html index 8d9f6b9..524dcd9 100644 --- a/menu.html +++ b/menu.html @@ -103,52 +103,52 @@