Fix long title style

This commit is contained in:
Pascal Engélibert 2025-12-17 18:28:10 +01:00
commit 8f5c90c19d
2 changed files with 5 additions and 1 deletions

View file

@ -28,6 +28,10 @@ h1:before, h1:after {
height: 4px;
}
h1 span {
max-width: 640px;
}
h2 {
border-bottom: 2px solid c.$main_color;
}