From 110dca3af3d64ee780e7e9ff69cbed1e7c1d0167 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 23 Sep 2024 08:46:39 -0700 Subject: format some stuff --- static/css/custom.css | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'static') diff --git a/static/css/custom.css b/static/css/custom.css index b8e52b7..610928c 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -15,15 +15,23 @@ main { } /* Typography */ -h1, h2, h3 { +h1, +h2, +h3 { margin: 0 0 0.5em; line-height: 1.25; font-weight: 600; } -h1 { font-size: 1.4rem; } -h2 { font-size: 1.3rem; } -h3 { font-size: 1.2rem; } +h1 { + font-size: 1.4rem; +} +h2 { + font-size: 1.3rem; +} +h3 { + font-size: 1.2rem; +} p { margin: 0 0 1em; @@ -35,7 +43,9 @@ a { text-decoration: underline; } -a:hover, a:focus, a:active { +a:hover, +a:focus, +a:active { text-decoration: underline; } @@ -74,7 +84,8 @@ table { border-collapse: collapse; } -th, td { +th, +td { border: 1px solid #ddd; padding: 8px; text-align: left; -- cgit 1.4.1