Skip to content

Commit

Permalink
Merge pull request #454 from equalizedigital/feature/local-dev-branch
Browse files Browse the repository at this point in the history
Feature/local dev branch
  • Loading branch information
tronsymphony authored Oct 20, 2023
2 parents 2b0e1c4 + f1e62c0 commit 1c88cf1
Show file tree
Hide file tree
Showing 4 changed files with 7 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.

5 changes: 4 additions & 1 deletion assets/scss/partials/_archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
--------------------------------------------- */

.archive-description {
margin-top: 90px;
margin-top: 45px;
@include media(">tablet") {
margin-top: 90px;
}

.archive-title {
color: var(--Purple, #625089);
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/partials/_singular.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ img.wprm-comment-rating {
font-size: 35px;
line-height: 40px;
min-width: 100%;
max-width: 560px;
max-width: 750px;

@include media(">tablet") {
line-height: 70px;
Expand Down

0 comments on commit 1c88cf1

Please sign in to comment.