Skip to content

Commit

Permalink
Merge branch 'SteveJonesDev/issue491' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Oct 23, 2023
2 parents 35abc15 + 2844bdb commit db6e649
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/main.css.map

Large diffs are not rendered by default.

22 changes: 16 additions & 6 deletions assets/scss/partials/_singular.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1524,9 +1524,16 @@ section.refinance_lender_section {
margin: 0 auto 71px;

&_author_entry-author_titles {
display: flex;
gap: 20px;
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
gap: 20px;

@include media(">tablet") {
display: flex;

align-items: center;
}
}

&_author_reviewed_author.editedby {
Expand All @@ -1544,18 +1551,21 @@ section.refinance_lender_section {
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 70px;
//line-height: 70px;
/* 388.889% */
}

.author_socials {
margin-left: auto;
margin-left: 0;
display: flex;
align-items: center;
justify-content: center;
padding-inline-start: 0px;
gap: 20px;
list-style: none;

@include media(">tablet") {
margin-left: auto;
justify-content: center;
}
}

.author_socials a {
Expand Down

0 comments on commit db6e649

Please sign in to comment.