diff --git a/NEWS.md b/NEWS.md index 762fd60b..71298a5e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -16,10 +16,12 @@ * Overview box heading font sizes now scaled based on viewport size. This fixes issues where the heading would wrap in an ugly fashion. - (reported: @jd-foster, https://github.com/carpentries/varnish/issues/83, + (reported: @jd-foster, #83, @drmownickles, https://github.com/carpentries/workbench/issues/57, - @rbavery, https://github.com/carpentries/workbench/issues/64; fixed: - @froggleston, https://github.com/carpentries/varnish/pull/109). + @rbavery, https://github.com/carpentries/workbench/issues/64, + @robadob, #111; fixed: + @froggleston, #109, + @robadob, #112). * Spacing and alignment of text improved in Software Carpentry logo. (reported: @tobyhodges, #107; fixed @tobyhodges, #110). diff --git a/source/stylesheets/overview.scss b/source/stylesheets/overview.scss index e69dbc22..29f1372d 100644 --- a/source/stylesheets/overview.scss +++ b/source/stylesheets/overview.scss @@ -39,7 +39,7 @@ text-decoration-thickness: 1px; text-underline-offset: 25px; margin-bottom: 50px; - font-size: calc(22px + 0.2vw); + font-size: min(25px, calc(22px + 0.2vw)); font-weight: 600; line-height: 1.5rem; }