diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-03-14 11:11:57 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-03-14 11:11:57 +0100 |
commit | ecdb462bbfc5393056b66d41b9a502d334bf5415 (patch) | |
tree | 3099604024273eaea796fc4a7c9c5a5b424753ea /public/static/mobile.css | |
parent | f94b43035028313e57876fb51a59870c1d2548ee (diff) |
move css/js into static subdirectory to allow easy static serving
Diffstat (limited to 'public/static/mobile.css')
-rw-r--r-- | public/static/mobile.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/public/static/mobile.css b/public/static/mobile.css new file mode 100644 index 0000000..bd03fb4 --- /dev/null +++ b/public/static/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; +} |