This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix gauge

+11 -9
+11 -9
src/components/UserProfile/UserProfile.css
··· 113 113 margin-bottom: 0px; 114 114 } 115 115 116 - .user-profile-header-rechart { 117 - max-width: 416.5px; 118 - margin: auto; 119 - height: 90.5px; 120 - display: flex; 121 - align-items: center; 122 - justify-content: center; 123 - } 124 - 125 116 .text-center.font-semibold.mt-2 { 126 117 margin-top: -18.5px; 127 118 font-size: 1.4em; ··· 247 238 opacity: 0.5; 248 239 } 249 240 241 + .user-profile-header-rechart { 242 + max-width: 416.5px; 243 + margin: auto; 244 + display: flex; 245 + align-items: center; 246 + justify-content: center; 247 + } 250 248 251 249 .user-profile-header-rechart { 252 250 display: flex; ··· 255 253 max-width: 300px; 256 254 margin: 0 auto; 257 255 padding: 1rem; 256 + } 257 + 258 + .score-gauge { 259 + margin-right: 10px !important; 258 260 } 259 261 260 262 /* Responsive Adjustments for Cards */