This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new 8ebd66d Fix the line height of top level headings
8ebd66d is described below
commit 8ebd66d56d4d23186d3add8cb21c2011b493d259
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon May 12 17:21:41 2025 +0100
Fix the line height of top level headings
---
atr/static/css/atr.css | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/atr/static/css/atr.css b/atr/static/css/atr.css
index 099fb4d..f5af518 100644
--- a/atr/static/css/atr.css
+++ b/atr/static/css/atr.css
@@ -51,7 +51,9 @@ footer {
}
h1 {
- margin-bottom: 2rem;
+ margin-top: 1rem;
+ margin-bottom: 1.5rem;
+ line-height: 1.35;
}
h2 {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]