Skip to content

Commit

Permalink
fix: single post title alignment on full width
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Jan 15, 2024
1 parent 56e88f3 commit cba22c4
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 cba22c4

Please sign in to comment.