Skip to content

Commit

Permalink
Merge pull request #4190 from Codeinwp/fix/title-single-post-alignment
Browse files Browse the repository at this point in the history
fix: single post title alignment on full width
  • Loading branch information
preda-bogdan authored Jan 26, 2024
2 parents 5736080 + cba22c4 commit c026d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/components/elements/blog/_single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
background-size: cover;
background-repeat: no-repeat;
background-position: center;
text-align: var(--textalign, center);

.nv-title-meta-wrap {
color: var(--color, var(--nv-text-dark-bg));
Expand All @@ -130,7 +131,6 @@
.container {
display: flex;
justify-content: var(--justify, center);
text-align: var(--textalign, center);
}
}

Expand Down

0 comments on commit c026d54

Please sign in to comment.