diff --git a/bl-themes/defaultTheme/css/style.css b/bl-themes/defaultTheme/css/style.css
index 2b0dbad1..1b30bfc9 100755
--- a/bl-themes/defaultTheme/css/style.css
+++ b/bl-themes/defaultTheme/css/style.css
@@ -58,13 +58,14 @@ header#main-header {
}
}
}
+}
- hgroup {
- margin: auto;
- padding: 4rem;
- p, h1 {
- text-align: center;
- }
+#title-container {
+ margin: auto;
+ padding: 4rem;
+ p, h1 {
+ text-align: center;
+ margin-bottom: 0;
}
}
@@ -261,6 +262,7 @@ hgroup {
font-weight: 700
}
+#site-title,
h1,
h2,
h3,
@@ -272,7 +274,7 @@ h6 {
font-weight: 700
}
-h1 {
+h1, #site-title {
font-size: 3rem
}
diff --git a/bl-themes/defaultTheme/php/header.php b/bl-themes/defaultTheme/php/header.php
index 4b4e73ba..27dce649 100644
--- a/bl-themes/defaultTheme/php/header.php
+++ b/bl-themes/defaultTheme/php/header.php
@@ -1,13 +1,13 @@
title() ?>
description() ?>toHTML('logo') ?>
+ title() ?>
+