From 05014e469b6fc42cde8fcb921c65168c071d2cf6 Mon Sep 17 00:00:00 2001 From: mossroy Date: Fri, 12 Jul 2013 13:34:21 +0200 Subject: [PATCH] Revert font size with rem in CSS : it fixes the text size on the Peak device, but hides some parts on smaller screens --- css/app.css | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/css/app.css b/css/app.css index 95d32b42..2c8c8356 100644 --- a/css/app.css +++ b/css/app.css @@ -1,17 +1,6 @@ -/* Main CSS of the application */ - -body { - /* Reset base size */ - font-size: 16px; - - /* Set font size relative to base size */ - font-size: 1.4rem; - - /* Remove spacing to avoid losing borders around the screen*/ - margin: 0; -} - -input[type=text], textarea, select, input[type=button], input[type=file] { - /* Set font size in form elements too */ - font-size: 1.3rem; -} \ No newline at end of file +/* Main CSS of the application */ + +body { + /* Remove spacing to avoid losing borders around the screen*/ + margin: 0; +}