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 position
author
damedotblog
date
1 year ago
(Feb 18, 2025, 6:34 PM -0500)
commit
8ba0c2ee
8ba0c2eedd170d0d7ff84957f7ee25d699e7d150
parent
eaf3144a
eaf3144ad520d56bbd840d653065600e4aab3770
+4
-5
1 changed file
Expand all
Collapse all
Unified
Split
src
components
UserProfile
UserProfile.css
+4
-5
src/components/UserProfile/UserProfile.css
Reviewed
···
114
114
}
115
115
116
116
.text-center.font-semibold.mt-2 {
117
117
-
margin-top: -18.5px;
118
117
font-size: 1.4em;
119
118
font-weight: 600;
120
119
color: #004f84;
120
120
+
margin-top: -10.5px;
121
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
138
-
margin-top: 111px;
139
139
-
margin-bottom: 30px;
140
140
-
margin-left: 25px;
141
141
-
margin-right: 25px;
139
139
+
margin-top: 9.5px;
140
140
+
margin-bottom: 16px;
142
141
}
143
142
144
143
.circular-badge {