Tweaking font-size and line-height for smaller screens

This commit is contained in:
Phil Scott
2022-02-14 21:09:12 -05:00
committed by Patrik Svensson
parent 3ac63d2670
commit 36e5350968
4 changed files with 28 additions and 9 deletions

View File

@ -7,8 +7,8 @@
}
@section header{
<h1 class="text-4xl align-baseline font-extrabold">
@Document.GetString(CodeAnalysisKeys.DisplayName) <span class="text-2xl text-uppercase text-sky-600 dark:text-sky-400">@Document.GetString(CodeAnalysisKeys.SpecificKind)</span>
<h1 class="text-2xl md:text-4xl align-baseline font-extrabold">
@Document.GetString(CodeAnalysisKeys.DisplayName) <span class="text-lg md:text-2xl text-uppercase text-sky-600 dark:text-sky-400">@Document.GetString(CodeAnalysisKeys.SpecificKind)</span>
</h1>
<nav class="flex mt-2" aria-label="Breadcrumb">