From d2f65e6986a4b2203355e258b35c83716ad904bb Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 28 May 2017 02:19:33 +0200 Subject: font-size for input --- p/themes/BlueLagoon/template.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'p/themes/BlueLagoon/template.css') diff --git a/p/themes/BlueLagoon/template.css b/p/themes/BlueLagoon/template.css index 8c1a4ed21..4bc0fb735 100644 --- a/p/themes/BlueLagoon/template.css +++ b/p/themes/BlueLagoon/template.css @@ -2,7 +2,7 @@ /*=== GENERAL */ /*============*/ -html, body { +html, body { margin: 0; padding: 0; font-size: 92%; @@ -79,6 +79,7 @@ textarea { input, select, textarea { display: inline-block; max-width: 100%; + font-size: 0.8rem; } input[type="radio"], input[type="checkbox"] { -- cgit v1.2.3