diff --git a/res/forum/style.css b/res/forum/style.css index 661d506..624c27b 100644 --- a/res/forum/style.css +++ b/res/forum/style.css @@ -48,4 +48,23 @@ img + img img:hover { filter: invert(25%); +} + +#panels +{ + display: flex; + height: 88.5vh; +} + +#left_panel, #right_panel +{ + width: 50%; + height: 100%; + + padding: 2vh; +} + +#left_panel +{ + border-right: 1px solid #3E392F; } \ No newline at end of file