horizontal rule

This commit is contained in:
2024-01-02 11:35:43 -06:00
parent f56ecd621e
commit 185eb04273

View File

@@ -337,4 +337,15 @@ strong {
.caption * {
font-size: inherit;
}
hr { margin: 24px 0; border: 0; text-align: center; &:before { content: "\2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022"; font-size: 12px; color: black; } }
hr {
margin: 24px 0;
border: 0;
text-align: center;
&:before {
content: "\2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022";
font-size: 12px;
color: black;
}
}