Skip to content

Commit

Permalink
2 issues fixed
Browse files Browse the repository at this point in the history
MERATIVE-955 and MERATIVE-954
  • Loading branch information
Ajeet Nellikeri authored and Ajeet Nellikeri committed Feb 9, 2024
1 parent 578cb99 commit 5a424fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blocks/columns/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ main .columns > div > div > h4:first-child {
.section-top-grid > div:nth-child(1) > div:nth-child(1),
.article-content-wrapper ul {
font-family: var(--sans-serif-font-light);
font-size: var(--font-size-21);
font-size: var(--font-size-16);
font-weight: var(--font-weight-light);
line-height: var(--line-height-160);
letter-spacing: var(--letter-spacing-1);
Expand Down
2 changes: 1 addition & 1 deletion blocks/leadspace/leadspace.css
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ main div.leadspace-wrapper {
.leadspace .button-group {
display: flex;
flex-flow: row nowrap;
align-items: center;
align-items: baseline;
}

.leadspace.brand-logo .button-group {
Expand Down

0 comments on commit 5a424fe

Please sign in to comment.