diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css index 6af24c3..cb58198 100644 --- a/style.css +++ b/style.css @@ -190,6 +190,9 @@ section { width:100%; max-width:var(--max-page-width) } +section#see-also { + margin-top: 5rem; +} code.block { display:block; max-width:100% |