added global font-size to forum css

This commit is contained in:
Václav Šmejkal 2024-05-20 20:40:17 +02:00
parent e329026fc7
commit bdec5c890e
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -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;