From e7a94c115e871280109908edfe99921c4611f36c Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 24 May 2024 15:26:38 +0200 Subject: [PATCH] fixed font-size in forum --- res/forum/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/res/forum/style.css b/res/forum/style.css index 150e3ba..d64e531 100644 --- a/res/forum/style.css +++ b/res/forum/style.css @@ -1,3 +1,8 @@ +* +{ + font-size: 2vh; +} + body { display: flex; @@ -54,7 +59,6 @@ img:hover { display: flex; height: 88.5vh; - font-size: larger; } #left_panel, #right_panel