Skip to content

Commit

Permalink
Reduce space between label and value
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsereko committed Dec 3, 2024
1 parent 5d6b141 commit aa84553
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
@include type.type-style('heading-06');
font-weight: 700;
margin-inline-end: layout.$spacing-03;
text-align: left;
padding-bottom: 0.5rem;
}

.implementationLogo {
Expand Down Expand Up @@ -226,9 +226,7 @@
.fieldsContainer {
display: grid;
grid-template-columns: 1fr 1fr;
gap: layout.$spacing-05 layout.$spacing-05;
align-items: baseline;
padding-bottom: layout.$spacing-05;
}

.fieldRow {
Expand All @@ -242,5 +240,4 @@

.fieldsTableCell div {
display: grid;
gap: layout.$spacing-05;
}

0 comments on commit aa84553

Please sign in to comment.