From bea6d7d6ad691ca3db180d4cbd5dfb6575ecda03 Mon Sep 17 00:00:00 2001 From: Marcin Aman Date: Tue, 15 Sep 2020 11:34:54 +0200 Subject: Mobile header font size #1475 --- plugins/base/src/main/resources/dokka/styles/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'plugins/base/src/main/resources') 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 -- cgit