alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix gauge
author
damedotblog
date
1 year ago
(Feb 18, 2025, 6:30 PM -0500)
commit
eaf3144a
eaf3144ad520d56bbd840d653065600e4aab3770
parent
6bf8bef6
6bf8bef683f6be8c517d15c072eb5d87d7d4b6ff
+11
-9
1 changed file
Expand all
Collapse all
Unified
Split
src
components
UserProfile
UserProfile.css
+11
-9
src/components/UserProfile/UserProfile.css
Reviewed
···
113
113
margin-bottom: 0px;
114
114
}
115
115
116
116
-
.user-profile-header-rechart {
117
117
-
max-width: 416.5px;
118
118
-
margin: auto;
119
119
-
height: 90.5px;
120
120
-
display: flex;
121
121
-
align-items: center;
122
122
-
justify-content: center;
123
123
-
}
124
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
241
+
.user-profile-header-rechart {
242
242
+
max-width: 416.5px;
243
243
+
margin: auto;
244
244
+
display: flex;
245
245
+
align-items: center;
246
246
+
justify-content: center;
247
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
256
+
}
257
257
+
258
258
+
.score-gauge {
259
259
+
margin-right: 10px !important;
258
260
}
259
261
260
262
/* Responsive Adjustments for Cards */