diff --git a/app/components/jumbo.hbs b/app/components/jumbo.hbs index cdfcad1..2d1b1a0 100644 --- a/app/components/jumbo.hbs +++ b/app/components/jumbo.hbs @@ -1,4 +1,4 @@ -
+
{{yield}}
diff --git a/app/styles/app.scss b/app/styles/app.scss index c57a541..32931de 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -4,3 +4,7 @@ @import "components/scrollmenu"; @import "components/words"; + +#page_header { + margin-bottom: 0; +} diff --git a/app/templates/application.hbs b/app/templates/application.hbs index 7cc9c41..02de048 100644 --- a/app/templates/application.hbs +++ b/app/templates/application.hbs @@ -1,5 +1,7 @@ - -

Biblical Resources for Translators

-
- -{{outlet}} \ No newline at end of file +
+ +

Biblical Resources for Translators

+
+ + {{outlet}} +