diff options
Diffstat (limited to 'plugins/base/src/main/resources/dokka')
-rw-r--r-- | plugins/base/src/main/resources/dokka/styles/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index 7b4aaa33..d1c86eb1 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -19,6 +19,8 @@ .breadcrumbs { padding: 24px 0; color: var(--breadcrumb-font-color); + max-width: calc(100% - 32px); + overflow-wrap: break-word; } .breadcrumbs a { @@ -1073,6 +1075,11 @@ div.runnablesample { .filter-section { position: unset; } + h1.cover { + font-size: 48px; + line-height: 48px; + padding-bottom: 8px; + } } @media screen and (max-width: 759px) { @@ -1131,4 +1138,8 @@ div.runnablesample { padding-bottom: 16px; overflow: auto; } + h1.cover { + font-size: 32px; + line-height: 32px; + } }
\ No newline at end of file |