From 325c2709908e09f1cea1bf3c72699eced878afbd Mon Sep 17 00:00:00 2001 From: Alan Friedman Date: Fri, 8 Jan 2016 18:02:06 -0500 Subject: [PATCH] Prevent zoom and fix input font size --- src/public/style.css | 5 ++--- src/views/index.mustache | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/public/style.css b/src/public/style.css index 867d295..c9d3427 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -78,7 +78,6 @@ ul { } .login.page .usernameInput { - font-size: 200%; letter-spacing: 3px; } @@ -99,8 +98,8 @@ ul { font-size: 150%; } -.inputMessage, #key { - font-size: 100%; +input { + font-size: 16px; } .log { diff --git a/src/views/index.mustache b/src/views/index.mustache index 32e602e..258e96c 100644 --- a/src/views/index.mustache +++ b/src/views/index.mustache @@ -2,7 +2,7 @@ - + FattyChat - Anonomous Chat