From 7f3332a82b59204d6a3121477067845aa1ec7103 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Tue, 2 Sep 2014 15:10:31 +0300 Subject: [PATCH] Fixes the font size of the input field of the welcome page. --- css/welcome_page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/welcome_page.css b/css/welcome_page.css index b1eb9b7a2..43936adb6 100644 --- a/css/welcome_page.css +++ b/css/welcome_page.css @@ -63,7 +63,7 @@ } #enter_room_field { - font-size: 16px; + font-size: 18px; padding: 15px 0px 10px 10px; border: none; -webkit-appearance: none;