From ef49f35e2a53bab043ae09d72bb8b9e8960161ab Mon Sep 17 00:00:00 2001 From: adrien Date: Thu, 24 Apr 2025 17:32:31 +0200 Subject: [PATCH] title style --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 9660152..77f08c9 100644 --- a/style.css +++ b/style.css @@ -9,17 +9,17 @@ body { h1 table { margin: auto; + line-height: 0.7; +} + +h1 td { + width: 0.7em; } h1, h2 { font-variant-caps: petite-caps; text-align: center; } - -.grille { - margin: 2rem auto; - width: unset; -} .grille table { border-collapse: collapse;