Skip to content

Commit

Permalink
CTA wrap issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-bluetext committed Jun 3, 2024
1 parent 4cd4a5c commit 3252278
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions blocks/leadspace/leadspace.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ main div.leadspace-wrapper {

.leadspace.brand-logo .button-group .button-container a {
font-weight: var(--font-weight-regular);
height: var(--spacer-element-10);
/* height: var(--spacer-element-10); */
}

.leadspace.brand-logo .button-group .button-container:nth-child(3){
Expand Down Expand Up @@ -565,7 +565,7 @@ main div.leadspace-wrapper {
}

.leadspace.brand-logo .button-group .button-container:nth-child(3){
margin-left: var(--spacer-element-05);
/* margin-left: var(--spacer-element-05); */
margin-top: unset;
}

Expand Down Expand Up @@ -624,7 +624,7 @@ main div.leadspace-wrapper {

.leadspace .button-group {
display: flex;
flex-flow: row nowrap;
flex-flow: row wrap;
align-items: baseline;
}

Expand All @@ -638,7 +638,7 @@ main div.leadspace-wrapper {
}

.leadspace.brand-logo .button-group .button-container a.tertiary {
margin-left: var(--spacer-element-05);
/* margin-left: var(--spacer-element-05); */
}

.leadspace.video .video-wrapper {
Expand Down
2 changes: 1 addition & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ button {
}

.button-container a.has-icon {
border-bottom: 0 !important;
/* border-bottom: 0 !important; */
}

.button-container a.has-icon.primary,
Expand Down

0 comments on commit 3252278

Please sign in to comment.