Skip to content

Commit

Permalink
Merge pull request #1045 from equalizedigital/feature/local-dev-branch
Browse files Browse the repository at this point in the history
title
  • Loading branch information
tronsymphony authored Nov 22, 2023
2 parents 5b4fd8a + b4c9682 commit 8eead3a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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.

11 changes: 7 additions & 4 deletions assets/scss/partials/_singular.scss
Original file line number Diff line number Diff line change
Expand Up @@ -947,10 +947,7 @@ img.wprm-comment-rating {
.entry-content {
padding: 40px 0;
}
.inner-hero-container .title{
font-size: 22px;
line-height: 24px;
}

}

.post_type_layout_full-width {
Expand All @@ -960,6 +957,12 @@ img.wprm-comment-rating {
max-width: 650px;
}
}
.inner-hero-container .title{
@include media("<tablet") {
font-size: 22px;
line-height: 24px;
}
}
}

.home {
Expand Down

0 comments on commit 8eead3a

Please sign in to comment.