aboutsummaryrefslogtreecommitdiff
path: root/html/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/common.css')
-rw-r--r--html/common.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/html/common.css b/html/common.css
index 14931fa..7162338 100644
--- a/html/common.css
+++ b/html/common.css
@@ -6,11 +6,22 @@ html {
font-family: sans-serif;
}
body {
- padding:0;
- margin:10px 30px 10px 20px;
+ padding: 0;
+ font-size: 12px;
+ margin: 1em;
color:#000;
}
+.mobile body {
+ font-size: 6mm;
+ width: auto;
+ max-width: auto;
+}
+
+.mobile button {
+ font-size: 1.5em
+}
+
div.libre {
position: relative;
}