aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/pages/profile.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/pages/profile.css')
-rw-r--r--frontend/src/components/pages/profile.css5
1 files changed, 3 insertions, 2 deletions
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{
174 height: 34px; 174 height: 34px;
175 display: grid; 175 display: grid;
176 font-size: 20px; 176 font-size: 20px;
177 padding-left: 60px; 177 padding-left: 40px;
178 margin: 0 20px; 178 margin: 0 20px;
179 grid-template-columns: 15% 15% 5% 15% 5% 15% 15% 15%; 179 grid-template-columns: 15% 15% 5% 15% 5% 15% 15% 15%;
180} 180}
@@ -194,7 +194,7 @@ span.titles{
194 height: 44px; 194 height: 44px;
195 195
196 border-radius: 20px; 196 border-radius: 20px;
197 padding: 0 0 0 60px; 197 padding: 0 0 0 40px;
198 font-size: 20px; 198 font-size: 20px;
199 199
200 color: inherit; 200 color: inherit;
@@ -205,6 +205,7 @@ span.titles{
205 display: grid; 205 display: grid;
206 grid-template-columns: 15% 15% 5% 15% 5% 15% 15% 15%; 206 grid-template-columns: 15% 15% 5% 15% 5% 15% 15% 15%;
207 overflow: hidden; 207 overflow: hidden;
208 white-space: nowrap;
208 209
209 transition: height .2s 210 transition: height .2s
210} 211}