diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-11-25 09:20:01 +0100 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-11-25 09:20:01 +0100 |
| commit | 207a2540101b2f216bde94ae53286d2e52f044e3 (patch) | |
| tree | 0d36c7d3ea8b87f654aa47384d16f1f8f96a0157 /frontend/src/css/Games.css | |
| parent | feat/rankings: optimize Steam ID comparison (#236) (diff) | |
| download | lphub-207a2540101b2f216bde94ae53286d2e52f044e3.tar.gz lphub-207a2540101b2f216bde94ae53286d2e52f044e3.tar.bz2 lphub-207a2540101b2f216bde94ae53286d2e52f044e3.zip | |
frontend: begin port to css modules, sidebar refactor
Diffstat (limited to 'frontend/src/css/Games.css')
| -rw-r--r-- | frontend/src/css/Games.css | 6 |
1 files changed, 2 insertions, 4 deletions
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 @@ | |||
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | .games-page-item-content { | 13 | .games-page-item-content { |
| 14 | position: absolute; | 14 | position: relative; |
| 15 | left: 50px; | ||
| 16 | width: calc(100% - 100px); | ||
| 17 | } | 15 | } |
| 18 | 16 | ||
| 19 | .games-page-item-content a { | 17 | .games-page-item-content a { |
| @@ -96,4 +94,4 @@ span>b { | |||
| 96 | .games-page-item-body-item-num { | 94 | .games-page-item-body-item-num { |
| 97 | font-size: 50px; | 95 | font-size: 50px; |
| 98 | font-family: BarlowCondensed-Bold; | 96 | font-family: BarlowCondensed-Bold; |
| 99 | } \ No newline at end of file | 97 | } |