aboutsummaryrefslogtreecommitdiff
path: root/uploader/static/css
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-17 11:56:33 -0500
committerFrederick Muriuki Muriithi2024-09-17 11:56:33 -0500
commite3ca04cc9b163ec169ae043e40ea2413169148e1 (patch)
tree55260f421eacfc5ec75df6c1ef817e221c2c5e25 /uploader/static/css
parentf0110a1cab4032d2f9fe7d3193178e9ec2383a68 (diff)
downloadgn-uploader-e3ca04cc9b163ec169ae043e40ea2413169148e1.tar.gz
UI Improvements: Move headings/titles to the left.
Diffstat (limited to 'uploader/static/css')
-rw-r--r--uploader/static/css/styles.css5
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 {