CSS: Add padding to title links.

This commit is contained in:
Schimon Jehudah, Adv. 2024-07-12 18:54:50 +03:00
parent a3c989cec9
commit 040d532fb9

View file

@ -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%;