From 1781dbe6ac5c2733edf9651e1cadbdd786c86248 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 5 Sep 2024 14:42:29 +0200 Subject: [PATCH] [mirotalkwebrtc] - fix typo --- frontend/css/home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/css/home.css b/frontend/css/home.css index 73a9863..109135d 100644 --- a/frontend/css/home.css +++ b/frontend/css/home.css @@ -120,7 +120,7 @@ button:hover { margin: 10px auto; color: var(--text-color); background-color: transparent !important; - font-size: 0.8em; + font-size: 0.6em; font-weight: bold; text-align: left; margin-top: 50px;