From f6f51d976956f080d7302b01e3c7e978f691ff5d Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 14 Oct 2024 09:19:08 -0500 Subject: Improve layout and styling of sidebar content --- uploader/static/css/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'uploader/static/css') diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index 5161169..f482c1b 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -151,3 +151,11 @@ form { form .form-control { background-color: #EAEAFF; } + +.sidebar-content .card .card-title { + font-size: 1.5em; +} + +.sidebar-content .card-text table tbody td:nth-child(1) { + font-weight: bolder; +} -- cgit v1.2.3