www

website
git clone ssh://anon@src.dalliard.ch/www
log | files | refs

commit de990b9c56bf8346cddf99ba24fa526fe4b92965
parent a9153d19dec170eefd02f004de25495f5a2b76a0
author: nathanael <nathanael@dalliard.ch>
date:   Sun, 12 Oct 2025 13:29:48 +0000

fix indentation

diffstat:
Massets/www.css | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/assets/www.css b/assets/www.css @@ -7,7 +7,7 @@ html { margin: 1em auto; padding: 0 1em; max-width: 40em; - font-family: arial, sans-serif; + font-family: arial, sans-serif; font-size: 1.25rem; text-size-adjust: 100%; background-color: var(--bg); @@ -21,8 +21,8 @@ header svg { main { margin: 3rem 0; } a { color: var(--fg); - text-decoration-thickness: 1px; - text-underline-offset: 5px; + text-decoration-thickness: 1px; + text-underline-offset: 5px; } p { line-height: 1.8rem; } audio:not(:last-of-type) { margin-bottom: 2.17rem; }