From 6eabcce7c15fce24465b2ef6b9365e33c22d5f05 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 30 Oct 2020 17:04:54 -0300 Subject: styles.css: Fix display of sequential headers --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 29200e2..5778d17 100644 --- a/styles.css +++ b/styles.css @@ -126,7 +126,7 @@ a.code-line-anchor:hover { div.header-anchor { color: black; text-decoration: none; - display: inline; + display: block; margin-bottom: 15px; } -- cgit v1.2.3