From 207a2540101b2f216bde94ae53286d2e52f044e3 Mon Sep 17 00:00:00 2001 From: Wolfboy248 Date: Mon, 25 Nov 2024 09:20:01 +0100 Subject: frontend: begin port to css modules, sidebar refactor --- frontend/src/css/Games.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'frontend/src/css/Games.css') diff --git a/frontend/src/css/Games.css b/frontend/src/css/Games.css index ec57a71..9270a98 100644 --- a/frontend/src/css/Games.css +++ b/frontend/src/css/Games.css @@ -11,9 +11,7 @@ } .games-page-item-content { - position: absolute; - left: 50px; - width: calc(100% - 100px); + position: relative; } .games-page-item-content a { @@ -96,4 +94,4 @@ span>b { .games-page-item-body-item-num { font-size: 50px; font-family: BarlowCondensed-Bold; -} \ No newline at end of file +} -- cgit v1.2.3