Revert font size with rem in CSS : it fixes the text size on the Peak device, but hides some parts on smaller screens

This commit is contained in:
mossroy 2013-07-12 13:34:21 +02:00
parent 8200762f74
commit 05014e469b

View File

@ -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;
}
/* Main CSS of the application */
body {
/* Remove spacing to avoid losing borders around the screen*/
margin: 0;
}