about summary refs log tree commit diff
path: root/uploader
diff options
context:
space:
mode:
Diffstat (limited to 'uploader')
-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 {