aboutsummaryrefslogtreecommitdiff
path: root/html/common.css
diff options
context:
space:
mode:
authorhackademix <giorgio@maone.net>2019-01-28 15:50:21 +0100
committerhackademix <giorgio@maone.net>2019-01-28 15:50:21 +0100
commit1f705c122dfe7b9ec0cd956c5188b907e6e8e4b8 (patch)
tree6153e2b7fc712d0ba2aa6ce604cf34b2417a9ef6 /html/common.css
parent5040061a3991d2159d9e0fc04237185686fcf189 (diff)
Mobile-friendly UI sizing in CSS.
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;
}