Remove full-width-hr shortcode

Not sure what I planned to use this for. It has since become outdated
and out of sync with the new margins I set on body recently in
4e753395ba and
6b729c6acf.
This commit is contained in:
2025-08-08 14:10:20 -05:00
parent 6b729c6acf
commit 14475c13f4
2 changed files with 0 additions and 9 deletions

View File

@@ -217,14 +217,6 @@ hr {
border: 1px solid var(--background-3); border: 1px solid var(--background-3);
} }
@media (min-width: 720px) {
.full-width-hr {
/* see also: the related-posts section too */
margin-left: calc(-100vw / 2 + 760px / 2);
margin-right: calc(-100vw / 2 + 760px / 2);
}
}
table.simple { table.simple {
border-collapse: collapse; border-collapse: collapse;
border: 2px solid var(--text-1); border: 2px solid var(--text-1);

View File

@@ -1 +0,0 @@
<hr class="full-width-hr">