Place company card moat value on shared score-bar grid start

This commit is contained in:
2026-05-27 16:27:22 +02:00
parent a20cff0a7b
commit 57b62dae64
3 changed files with 30 additions and 31 deletions
+2 -10
View File
@@ -28,16 +28,8 @@
margin-top: 0;
}
.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-row {
display: contents;
}
.sg-company-card__moat-value {