Skip to content

Commit

Permalink
Merge pull request #543 from equalizedigital/SteveJonesDev/issue380
Browse files Browse the repository at this point in the history
Reduce padding above and below the "Get Started" contact form on Inst…
  • Loading branch information
SteveJonesDev authored Oct 24, 2023
2 parents 5c2a870 + 96be002 commit a8582c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions assets/scss/partials/_singular.scss
Original file line number Diff line number Diff line change
Expand Up @@ -544,12 +544,12 @@ img.wprm-comment-rating {
.slp-contact-info {
max-width: 1168px;
margin: 0px auto 0;
padding: 0 24px 160px;
padding: 0 24px 50px;
display: grid;
grid-template-columns: 1fr;
gap: 0 116px;

@include media(">tablet") {
padding: 0 24px 160px;
gap: 0 40px;
grid-template-columns: 1fr 1fr;
}
Expand Down

0 comments on commit a8582c9

Please sign in to comment.