diff --git a/.gitignore b/.gitignore index e984e23..07d961b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *.xml + +*.xml diff --git a/css/header-image.css b/css/header-image.css index e43cc59..bbf349e 100644 --- a/css/header-image.css +++ b/css/header-image.css @@ -1,6 +1,15 @@ /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ +#masthead { + -ms-word-break: break-all; + word-break: break-all; + word-break: break-word; + -webkit-hyphens: auto; + -moz-hyphens: auto; + hyphens: auto; +} + #masthead.header-image .container { position: relative; } diff --git a/footer.php b/footer.php index 239b713..89dda13 100644 --- a/footer.php +++ b/footer.php @@ -11,7 +11,7 @@
- +