Explorar el Código

Fixes the font size of the input field of the welcome page.

master
hristoterezov hace 10 años
padre
commit
7f3332a82b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      css/welcome_page.css

+ 1
- 1
css/welcome_page.css Ver fichero

@@ -63,7 +63,7 @@
63 63
 }
64 64
 
65 65
 #enter_room_field {
66
-    font-size: 16px;
66
+    font-size: 18px;
67 67
     padding: 15px 0px 10px 10px;
68 68
     border: none;
69 69
     -webkit-appearance: none;

Loading…
Cancelar
Guardar