mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-09 16:01:39 -04:00
15 lines
241 B
CSS
15 lines
241 B
CSS
#supporter-progress-wrapper .progress {
|
|
height: 38px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
#supporter-progress-wrapper .progress-bar {
|
|
padding-top: 8px;
|
|
}
|
|
|
|
#progress-label-wrapper {
|
|
text-align: left;
|
|
padding-left: 10px;
|
|
margin-bottom: 25px;
|
|
}
|