fix: resolve duplicate dot separators in Medium article CSS

This commit is contained in:
codex
2026-05-31 20:46:46 +00:00
parent 21e2043776
commit 5ef6d42f32
+5 -3
View File
@@ -143,12 +143,14 @@ body {
} }
/* Section Dividers */ /* Section Dividers */
.section-divider { div.section-divider {
border: none;
text-align: center; text-align: center;
margin: 40px 0; margin: 40px 0;
} }
.section-divider::before { hr.section-divider {
display: none;
}
div.section-divider::before {
content: "..."; content: "...";
font-size: 28px; font-size: 28px;
letter-spacing: 0.5em; letter-spacing: 0.5em;