Skip to content

Commit

Permalink
On single page fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
wpxhouston committed Oct 5, 2023
1 parent 6e5c7e7 commit 3c5597c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.css

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion assets/scss/partials/_singular.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ img.wprm-comment-rating {
--------------------------------------------- */

section.refinance_lender_section {
margin: 117px 0;
margin: 0 0 117px 0;

.lender_info {}

Expand Down Expand Up @@ -1767,4 +1767,7 @@ html {
}


}
article.type-post {
margin-bottom: 117px;
}

0 comments on commit 3c5597c

Please sign in to comment.