Commit 6ec1e3dd84f52f769359c4d71a46212ea4cc6414
1 parent
68e0e7c9
edits
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
frontend/web/css/custom.css
... | ... | @@ -504,6 +504,12 @@ div.modal-title{ |
504 | 504 | .pull-left{ |
505 | 505 | margin-top: 15px; |
506 | 506 | } |
507 | + #heading-breadcrumbs h1 { | |
508 | + text-align: center; | |
509 | + max-width: 100%; | |
510 | + word-wrap: break-word; | |
511 | + font-size: 28px; | |
512 | + } | |
507 | 513 | } |
508 | 514 | |
509 | 515 | @media (max-width: 767px) { | ... | ... |