From a7c282ca348c1e8e60559e5c064caee28ba11eec Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:34:12 +0300 Subject: refactor: so much shit --- frontend/src/css/Profile.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'frontend/src/css') diff --git a/frontend/src/css/Profile.css b/frontend/src/css/Profile.css index 4944ade..0829477 100644 --- a/frontend/src/css/Profile.css +++ b/frontend/src/css/Profile.css @@ -232,6 +232,12 @@ span.titles{ place-items: center; height: 44px; } +.profileboard-record>a>span{ + + display: flex; + place-items: center; + height: 44px; +} .profileboard-record>span>button{ background-color: #0000; border: 0; -- cgit v1.2.3