enforce justify via css

This commit is contained in:
2026-04-30 11:44:58 +02:00
parent 84b2b85bf6
commit 81ed7efa1a
+11 -2
View File
@@ -247,6 +247,16 @@ textarea {
margin: 0; margin: 0;
} }
/* Article Justifiy */
.entry-content p,
.post-content p {
text-align: justify;
hyphens: auto;
word-break: normal;
overflow-wrap: break-word;
}
/* Header Wrapper */ /* Header Wrapper */
.header-wrapper { .header-wrapper {
@@ -1582,7 +1592,6 @@ header.page-header h1 {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 0.3rem; gap: 0.3rem;
font-family: var(--primary-font); font-family: var(--primary-font);
margin: 0.5rem 0; margin: 0.5rem 0;
} }
@@ -1590,7 +1599,7 @@ header.page-header h1 {
.comments a { .comments a {
background: none; background: none;
color: inherit; color: inherit;
transform: translateY(-1px); transform: translateY(-0.5px);
} }
.comments svg { .comments svg {