diff --git a/scipost/static/scipost/assets/css/_breadcrumb.scss b/scipost/static/scipost/assets/css/_breadcrumb.scss index 1b59ea0a01aefadab30da6a58def6b22cbbe8d2a..cbb8d8e6be656517b8849ca6ee3e78ea67bd6646 100644 --- a/scipost/static/scipost/assets/css/_breadcrumb.scss +++ b/scipost/static/scipost/assets/css/_breadcrumb.scss @@ -3,6 +3,13 @@ margin-bottom: 1.5rem; border-top: 1px solid #fff; border-bottom: 1px solid #ddd; + white-space: nowrap; + overflow: auto; + + .container { + width: 100%; + display: flex; + } .breadcrumb-item { margin-bottom: 0; diff --git a/scipost/static/scipost/assets/css/_type.scss b/scipost/static/scipost/assets/css/_type.scss index d8e15d958672c0a5a5dcc1c2ddc3f569f7f050d5..6aba22c09b1129e47f6037081f719db50a8b3812 100644 --- a/scipost/static/scipost/assets/css/_type.scss +++ b/scipost/static/scipost/assets/css/_type.scss @@ -18,6 +18,10 @@ h1, h2, h3, h4, h5, h6 { text-shadow: none; } +h1 { + line-height: 1.4; +} + h1 > a { color: $scipost-darkblue; }