Align company card moat value with analysis score bars

This commit is contained in:
2026-05-27 16:24:32 +02:00
parent 593e06d927
commit a20cff0a7b
3 changed files with 20 additions and 8 deletions
+13 -1
View File
@@ -29,9 +29,22 @@
}
.sg-company-card__moat {
display: grid;
grid-template-columns: var(--layout-score-bar-item-columns);
column-gap: var(--layout-score-bar-item-gap);
align-items: center;
margin: 0;
}
.sg-company-card__moat-label {
margin: 0;
}
.sg-company-card__moat-value {
justify-self: start;
text-align: left;
}
.sg-company-card__moat-neutral {
color: var(--text-company-card-moat-neutral);
}
@@ -39,4 +52,3 @@
.sg-company-card__summary {
margin: 0;
}