From ac4a8136f6c546025c16df6445394b2f3478dcf1 Mon Sep 17 00:00:00 2001 From: IC Date: Sun, 30 Aug 2020 18:04:41 +0200 Subject: [PATCH] Set error message font size --- player.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/player.css b/player.css index 1faf0b7..95a81b0 100644 --- a/player.css +++ b/player.css @@ -125,7 +125,8 @@ justify-content: center; flex-direction: column; height: 100px; + font-size: 14px; } .error > h3 { margin: 0; -} \ No newline at end of file +}