diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-08-15 13:25:19 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-08-15 13:25:19 +0200 |
commit | bab0e1e7e6e94f1bb24354551522ad9eb111a13e (patch) | |
tree | cc1a5f3ef2284f0925c92a327820848799110e5d /public | |
parent | b2269e12a75dc724dd1194444a0b894919553fa3 (diff) |
now with acceptable mobile browser support \o/
Diffstat (limited to 'public')
-rw-r--r-- | public/mobile.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/public/mobile.css b/public/mobile.css new file mode 100644 index 0000000..bd03fb4 --- /dev/null +++ b/public/mobile.css @@ -0,0 +1,23 @@ +body { + margin: 0; +} + +div.displayclean > ul > li { + font-size: 35%; +} + +div.displayclean li .moreinfo { + font-size: 2.6em; +} + +p, +div.input-field, +div.notes { + max-width: 94%; + margin-left: auto; + margin-right: auto; +} + +p { + text-align: justify; +} |