diff options
author | EuAndreh <eu@euandre.org> | 2020-10-30 17:04:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-30 17:04:54 -0300 |
commit | 6eabcce7c15fce24465b2ef6b9365e33c22d5f05 (patch) | |
tree | ae2bdac1a597d0caa47964b19d5d60f9b095b1c5 | |
parent | Increase max-width from 700px to 750px (diff) | |
download | euandre.org-6eabcce7c15fce24465b2ef6b9365e33c22d5f05.tar.gz euandre.org-6eabcce7c15fce24465b2ef6b9365e33c22d5f05.tar.xz |
styles.css: Fix display of sequential headers
Diffstat (limited to '')
-rw-r--r-- | styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ a.code-line-anchor:hover { div.header-anchor { color: black; text-decoration: none; - display: inline; + display: block; margin-bottom: 15px; } |