Skip to content

Commit

Permalink
updated - single h2 color
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Jun 6, 2024
1 parent 1ea66df commit 1d6126b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/editor-style.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,8 @@ h2 {
@media (min-width: 992px) {
h2 {
font-size: 35px; } }
.single h2 {
color: #000; }
@media (min-width: 769px) {
h2 {
line-height: 40px; } }
Expand Down
4 changes: 4 additions & 0 deletions assets/scss/partials/_blocks-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ h2 {
font-weight: 700;
line-height: 35px;

.single & {
color: $black;
}

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

0 comments on commit 1d6126b

Please sign in to comment.