Make titles more readable on listings

master
Quentin Duchemin 2023-09-09 11:25:34 +02:00
parent a98a2043d7
commit edc0d3e6de
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
1 changed files with 4 additions and 0 deletions

View File

@ -74,6 +74,10 @@ figure img {
text-justify: none;
}
a.title {
line-height: 1.5;
}
/* Workaround for horizontal scrollbar,
probably because I'm messing with containers,
sections and columns, but I do not understand