hare

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

commit a3f73c5e85adb4d9588bd1c8de144c1cb80883b6
parent 64c2ec3a26883274bac1b00c17c4308d2e6572fe
Author: Byron Torres <b@torresjrjr.com>
Date:   Mon, 17 Jan 2022 10:35:00 +0000

cmd/haredoc: -Fhtml: fix padding on narrow screens

Signed-off-by: Byron Torres <b@torresjrjr.com>

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

diff --git a/cmd/haredoc/html.ha b/cmd/haredoc/html.ha @@ -745,6 +745,7 @@ body { font-family: sans-serif; line-height: 1.3; margin: 0 auto; + padding: 0 1rem; } nav:not(#TableOfContents) {