commit 080381c48d7eb4bda2556af8c436e366251123d4 parent ec207f9ec63ba2ef6f501167c7373c5ff17d588a Author: gracefu <81774659+gracefuu@users.noreply.github.com> Date: Sun, 20 Apr 2025 00:27:01 +0800 Make dots start in the middle Diffstat:
| M | layouts/templates/base.shtml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/templates/base.shtml b/layouts/templates/base.shtml @@ -222,7 +222,7 @@ ul, ol, dl, menu { } #base-header-rule { - margin-inline: -10px; + margin-inline: calc(0px - mod(-100vw, 40px) / 2); margin-block-end: 30px; border-block-start: 10px dotted lightpink; }