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

@ -61,7 +61,7 @@ div.doc-summary > div dl > div dt {
}
div.doc-summary > div dl > div dd {
@apply mt-4 text-sm sm:mt-0 sm:col-span-2;
@apply empty:hidden sm:block mt-4 text-sm sm:mt-0 sm:col-span-2;
}
div.doc-summary.short-term > div dl > div dt {