fix: resolve duplicate dot separators in Medium article CSS
This commit is contained in:
+5
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user