From d19aebd898af77dbc65fabfc4fe905f72769ccc7 Mon Sep 17 00:00:00 2001 From: Wolfboy248 Date: Wed, 11 Dec 2024 09:41:13 +0100 Subject: fix/frontend: games page css rehaul, small maplist fixes --- frontend/src/css/Info.module.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 frontend/src/css/Info.module.css (limited to 'frontend/src/css/Info.module.css') diff --git a/frontend/src/css/Info.module.css b/frontend/src/css/Info.module.css new file mode 100644 index 0000000..144346e --- /dev/null +++ b/frontend/src/css/Info.module.css @@ -0,0 +1,21 @@ +.infoBlock { + background-color: var(--primary); + display: flex; + width: 100%; + border-radius: 18px; + text-align: center; + justify-content: center; + padding: 4px 0px; + text-wrap: nowrap; +} + +.infoBlock > div > span:nth-child(1) { + margin-top: 0px; + font-size: 26px; +} + +.infoBlock > div > span:nth-child(3) { + font-size: 50px; + font-family: BarlowCondensed-Bold; +} + -- cgit v1.2.3