diff options
author | Frederick Muriuki Muriithi | 2024-09-17 11:56:33 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-17 11:56:33 -0500 |
commit | e3ca04cc9b163ec169ae043e40ea2413169148e1 (patch) | |
tree | 55260f421eacfc5ec75df6c1ef817e221c2c5e25 /uploader/static | |
parent | f0110a1cab4032d2f9fe7d3193178e9ec2383a68 (diff) | |
download | gn-uploader-e3ca04cc9b163ec169ae043e40ea2413169148e1.tar.gz |
UI Improvements: Move headings/titles to the left.
Diffstat (limited to 'uploader/static')
-rw-r--r-- | uploader/static/css/styles.css | 5 |
1 files changed, 3 insertions, 2 deletions
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 { |