From 040d532fb9308beaa67ab47bf079ca8c2ac7799e Mon Sep 17 00:00:00 2001 From: "Schimon Jehudah, Adv." Date: Fri, 12 Jul 2024 18:54:50 +0300 Subject: [PATCH] CSS: Add padding to title links. --- css/stylesheet.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/stylesheet.css b/css/stylesheet.css index 9afd063..8eda2dc 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -32,6 +32,11 @@ h1#title, h2#subtitle, #actions, #references { line-height: 140%; } +h3.title > a { + display: block; + padding-top: 50px; +} + #actions, #references { border-bottom: 1px solid #eee; line-height: 150%;