diff options
Diffstat (limited to 'custom/style/mobile.css')
-rw-r--r-- | custom/style/mobile.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/custom/style/mobile.css b/custom/style/mobile.css new file mode 100644 index 0000000..38b3cd2 --- /dev/null +++ b/custom/style/mobile.css @@ -0,0 +1,8 @@ +body { +margin:0; +padding:0; +background-color:#fff; +color:#111; +font:.6em/1.2em normal arial,helvetica,sans-serif; +} +h1{font-size: 1em;text-align:center;}
\ No newline at end of file |