From acf14fbd1d7bd4a97d9170f1a97a3a6f72bd8910 Mon Sep 17 00:00:00 2001 From: Martin Berka Date: Fri, 2 Jun 2023 09:03:03 +0200 Subject: [PATCH] =?UTF-8?q?=C3=9Aprava=20velikosti=20tabulek?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/App.css b/client/src/App.css index c16d684..e3b686f 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -52,6 +52,10 @@ margin-bottom: 50px; } +.food-table { + max-width: 500px; +} + .content-wrapper { width: 100%; display: flex;