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 @@
-
+
-

toHTML('logo') ?>

+
toHTML('logo') ?>
-

title() ?>

+

title() ?>

description() ?>

-
+
\ No newline at end of file diff --git a/bl-themes/defaultTheme/php/home.php b/bl-themes/defaultTheme/php/home.php index 9b2c5d9c..42e6fafe 100644 --- a/bl-themes/defaultTheme/php/home.php +++ b/bl-themes/defaultTheme/php/home.php @@ -9,7 +9,7 @@ p('No pages found') ?> -

+

@@ -21,9 +21,9 @@ -

+

title(); ?> -

+ coverImage()) : ?> diff --git a/bl-themes/defaultTheme/php/page.php b/bl-themes/defaultTheme/php/page.php index fa23a8db..792aef72 100644 --- a/bl-themes/defaultTheme/php/page.php +++ b/bl-themes/defaultTheme/php/page.php @@ -5,9 +5,9 @@ -

+

title(); ?> -

+ coverImage()) : ?>