Skip to content

Commit 6521ffb

Browse files
committed
Group card layout improvements
1 parent 0cdcd70 commit 6521ffb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

client_app/src/yp-group/yp-group-card.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -333,18 +333,18 @@
333333
}
334334

335335
.group-name[has-data-viz] {
336-
padding-top: 26px;
336+
padding-top: 26px;
337337
}
338338

339339
.stats[has-hidden-objectives] {
340-
background-color: var(--primary-color-800);
341-
color: #FFF !important;
342-
position: absolute;
343-
--main-stats-color-on-white: #fff;
344-
padding-top: -4px;
345-
margin-top: 0;
346-
bottom: 4px;
347-
left: 0;
340+
background-color: var(--primary-color-800);
341+
color: #FFF !important;
342+
position: absolute;
343+
--main-stats-color-on-white: #fff;
344+
padding-top: -4px;
345+
margin-top: 0;
346+
bottom: 4px;
347+
right: 4px;
348348
}
349349
</style>
350350

0 commit comments

Comments
 (0)