From e3ca04cc9b163ec169ae043e40ea2413169148e1 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 17 Sep 2024 11:56:33 -0500 Subject: UI Improvements: Move headings/titles to the left. --- uploader/static/css/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'uploader/static/css/styles.css') diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index 834c563..30d5808 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -26,7 +26,7 @@ body { #header .header { font-size: 2em; display: inline-block; - text-align: center; + text-align: start; } #header .header-nav { @@ -71,8 +71,9 @@ body { } .pagetitle h1 { - text-align: center; + text-align: start; text-transform: capitalize; + padding-left: 0.25em; } .pagetitle .breadcrumb { -- cgit v1.2.3