This repository has no description
0

Configure Feed

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

fix gauge position

+4 -5
+4 -5
src/components/UserProfile/UserProfile.css
··· 114 114 } 115 115 116 116 .text-center.font-semibold.mt-2 { 117 - margin-top: -18.5px; 118 117 font-size: 1.4em; 119 118 font-weight: 600; 120 119 color: #004f84; 120 + margin-top: -10.5px; 121 + margin-left: 11.5px; 121 122 } 122 123 123 124 .user-profile-header-main { ··· 135 136 flex-direction: row; 136 137 justify-content: center; 137 138 gap: 35px; 138 - margin-top: 111px; 139 - margin-bottom: 30px; 140 - margin-left: 25px; 141 - margin-right: 25px; 139 + margin-top: 9.5px; 140 + margin-bottom: 16px; 142 141 } 143 142 144 143 .circular-badge {