From af7d176954893fb9eb493b87ea0b553e7de0ce3b Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 27 Jan 2021 22:21:37 +0100 Subject: [PATCH] [mirotalk] - fix chat button font size for mobile --- www/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/style.css b/www/style.css index 1bade5dd..17fff53a 100755 --- a/www/style.css +++ b/www/style.css @@ -1,3 +1,5 @@ +@import url("https://fonts.googleapis.com/css?family=Fira+Sans:600|Heebo:400,500,700&display=swap"); + /*Fade in page on load*/ @-webkit-keyframes fadeIn { from { @@ -116,7 +118,7 @@ body { .msger-header-options button { border: none; - font-size: 1.4rem; + font-size: 1.2rem; transition: all 0.3s ease-in-out; background: rgb(0, 0, 0); color: #fff;