diff --git a/css/app.css b/css/app.css index 05efc3833..c3e8174fd 100644 --- a/css/app.css +++ b/css/app.css @@ -12,6 +12,13 @@ body { -webkit-font-smoothing: subpixel-antialiased; } +.unsupported { + text-align: center; + vertical-align: middle; + padding-top: 100px; + font-size: 16px; +} + #iD { height: 100%; width: 100%; diff --git a/index.html b/index.html index c583b8f64..bb7b691c1 100644 --- a/index.html +++ b/index.html @@ -191,12 +191,15 @@