Skip to content

Commit

Permalink
Merge pull request #533 from equalizedigital/feature/local-dev-branch
Browse files Browse the repository at this point in the history
width
  • Loading branch information
tronsymphony authored Oct 23, 2023
2 parents e9be7d1 + 4297cb6 commit 9c7b222
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 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.

2 changes: 1 addition & 1 deletion assets/scss/partials/_singular.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@ section.refinance_lender_section {
@include media("<tablet") {
display: block;
}
@media screen and(max-width:1200px) and (min-height:768px) {
@media screen and(max-width:1200px) and (min-width:768px) {
margin-right: 20px;
}
}
Expand Down
5 changes: 1 addition & 4 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"uuidString" : "F098CAB6-68FD-4BF6-AE0A-27C6B360832B"
}
],
"creatorBuild" : "34484",
"creatorBuild" : "34518",
"files" : {
"\/.github\/workflows\/develop.yml" : {
"cB" : 0,
Expand Down Expand Up @@ -5171,9 +5171,6 @@
"active" : 0,
"optionString" : "'except-parens'"
},
"no-return-await" : {
"active" : 0
},
"no-script-url" : {
"active" : 0
},
Expand Down

0 comments on commit 9c7b222

Please sign in to comment.