Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit f9d4008

Browse files
committed
Merge pull request #562 from appirio-tech/feautre/SUP-1592
made changes as per vic
2 parents 68b9ae1 + fdd7901 commit f9d4008

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

app/profile/subtrack/nav.jade

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ hr
3333
.ranking(ng-if="subtrack.rating")
3434
.number.rating(style="color: {{subtrack.rating | ratingColor}}")
3535
| {{subtrack.rating}}
36-
span.square(style="background-color: {{subtrack.rating | ratingColor}}")
3736

3837
.tag Rating
3938

assets/css/profile/nav.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,10 @@
189189
display: flex;
190190
flex-direction: row;
191191
flex-wrap: wrap;
192-
justify-content: space-between;
192+
justify-content: center;
193+
@media screen and (min-width: 768px) {
194+
justify-content: space-between;
195+
}
193196
align-items: flex-start;
194197

195198
.track {
@@ -202,7 +205,6 @@
202205
.name {
203206
span {
204207
}
205-
margin: auto;
206208
@include sofia-pro-medium;
207209
font-size: 20px;
208210
@media screen and (min-width: 768px) {
@@ -264,7 +266,7 @@
264266
margin-right: 15px;
265267
color: #7f7f7f;
266268
.number {
267-
text-align: center;
269+
text-align: right;
268270
@include sofia-pro-semi-bold;
269271
font-size: 13.4px;
270272
@media screen and (min-width: 768px) {

0 commit comments

Comments
 (0)