From bab0e1e7e6e94f1bb24354551522ad9eb111a13e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 15 Aug 2015 13:25:19 +0200 Subject: now with acceptable mobile browser support \o/ --- public/mobile.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 public/mobile.css (limited to 'public') 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; +} -- cgit v1.2.3