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-divider {
border: none;
div.section-divider {
text-align: center;
margin: 40px 0;
}
.section-divider::before {
hr.section-divider {
display: none;
}
div.section-divider::before {
content: "...";
font-size: 28px;
letter-spacing: 0.5em;