From 14475c13f4c44ab52a2be146f8faacc9addff4e8 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 8 Aug 2025 14:10:20 -0500 Subject: [PATCH] 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 4e753395ba12b8633b452a548a30802551e8fe7f and 6b729c6acff2bac06a7601d347832fd2687cb03d. --- assets/css/bobastyle.css | 8 -------- layouts/_shortcodes/full-width-hr.html | 1 - 2 files changed, 9 deletions(-) delete mode 100644 layouts/_shortcodes/full-width-hr.html diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 72c889c..b3720ef 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -217,14 +217,6 @@ hr { 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 { border-collapse: collapse; border: 2px solid var(--text-1); diff --git a/layouts/_shortcodes/full-width-hr.html b/layouts/_shortcodes/full-width-hr.html deleted file mode 100644 index 93ffb43..0000000 --- a/layouts/_shortcodes/full-width-hr.html +++ /dev/null @@ -1 +0,0 @@ -