From bdec5c890edaf7283276f0615c5232bddfc17f07 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Mon, 20 May 2024 20:40:17 +0200 Subject: [PATCH] added global font-size to forum css --- res/forum/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/res/forum/style.css b/res/forum/style.css index 4f318c9..61f9406 100644 --- a/res/forum/style.css +++ b/res/forum/style.css @@ -54,6 +54,7 @@ img:hover { display: flex; height: 88.5vh; + font-size: larger; } #left_panel, #right_panel @@ -69,11 +70,6 @@ img:hover border-right: 1px solid #3E392F; } -.output -{ - font-size: larger; -} - .output + .output { margin-top: 1.5vh;