Remove text-justify in thematic series menu

master
Quentin Duchemin 2023-07-03 16:27:09 +02:00
parent e61e2bc9f1
commit 5328326aca
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
1 changed files with 4 additions and 0 deletions

View File

@ -39,4 +39,8 @@ figcaption h4 {
figure img {
filter: drop-shadow(4px 4px 5px grey)
}
.menu-label {
text-justify: none;
}