hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 1a7501c6fb5155ab14bdd3fecc1679cbcb606e16
parent 8f5260aa4b37b864e20e44738368cebb2a9b52b8
Author: Drew DeVault <sir@cmpwn.com>
Date:   Wed, 21 Apr 2021 10:15:45 -0400

haredoc: improve nav layout

Diffstat:
Mcmd/haredoc/html.ha | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/haredoc/html.ha b/cmd/haredoc/html.ha @@ -422,7 +422,7 @@ body { } nav:not(#TableOfContents) { - max-width: 1000px; + max-width: calc(800px + 128px + 128px); margin: 1rem auto 0; display: grid; grid-template-rows: auto auto 1fr;