From 62c116189a1b66667f5843e3a069add05c2487f8 Mon Sep 17 00:00:00 2001 From: Nidboj132 <28981031+Nidboj132@users.noreply.github.com> Date: Sat, 23 Dec 2023 14:09:35 +0100 Subject: feat: discussion page (#137) --- frontend/src/components/pages/profile.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'frontend/src/components/pages/profile.css') diff --git a/frontend/src/components/pages/profile.css b/frontend/src/components/pages/profile.css index 677fa9b..4944ade 100644 --- a/frontend/src/components/pages/profile.css +++ b/frontend/src/components/pages/profile.css @@ -174,7 +174,7 @@ span.titles{ height: 34px; display: grid; font-size: 20px; - padding-left: 60px; + padding-left: 40px; margin: 0 20px; grid-template-columns: 15% 15% 5% 15% 5% 15% 15% 15%; } @@ -194,7 +194,7 @@ span.titles{ height: 44px; border-radius: 20px; - padding: 0 0 0 60px; + padding: 0 0 0 40px; font-size: 20px; color: inherit; @@ -205,6 +205,7 @@ span.titles{ display: grid; grid-template-columns: 15% 15% 5% 15% 5% 15% 15% 15%; overflow: hidden; + white-space: nowrap; transition: height .2s } -- cgit v1.2.3