diff options
Diffstat (limited to 'web/app.css')
-rw-r--r-- | web/app.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/web/app.css b/web/app.css new file mode 100644 index 000000000..1951db07b --- /dev/null +++ b/web/app.css @@ -0,0 +1,19 @@ +.state-indicator { + position: absolute; + top: -999em; + left: -999em; + z-index: 0; +} + +@media all and (max-device-width: 768px) { + .state-indicator { + z-index: 1; + } +} + +.attribution { + position: fixed; + bottom: 10px; + right: 15px; + font-size: x-small; +} |