Force some space at the right of page titles.

This allows space for the home and language icons.
This commit is contained in:
Sergiu Ivanov 2018-09-22 20:55:44 +02:00
parent 487a9bc5e8
commit bfb21a71fd

View File

@ -127,3 +127,8 @@ img.ccby {
float: right;
margin: 0 2px 0 12px;
}
h1.title {
padding-right: 160px;
line-height: 1.3em;
}