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; +}