diff --git a/app/index.html b/app/index.html index 870816e87f0..aabf93e7b21 100644 --- a/app/index.html +++ b/app/index.html @@ -23,14 +23,13 @@ - {{content-for 'body'}} + + {{content-for 'body'}} diff --git a/app/styles/app.scss b/app/styles/app.scss index 0a483e724eb..bbc66412b99 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -41,6 +41,11 @@ body > div { } } +#noscript { + color: white; + padding: 10px 0; +} + #main { @include display-flex; @include flex-direction(column);