From 8cbb19ee7889d908af6b2df9808304a6eaaacff6 Mon Sep 17 00:00:00 2001 From: James Purser Date: Mon, 2 Oct 2023 12:35:11 +1100 Subject: [PATCH] Table css definition --- components/css/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/css/styles.css b/components/css/styles.css index d92d3b5..6f9ac76 100755 --- a/components/css/styles.css +++ b/components/css/styles.css @@ -153,7 +153,7 @@ .main_content { margin: 0 auto; } - + .navbar-default { } @@ -302,4 +302,8 @@ border-left-width: 1em; border-left-color: gray; padding-top: 10px; + } + + table td { + font-size: 1em; } \ No newline at end of file