From f442fd65e3f7f17f93749cb1c24924bae26fcf27 Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Thu, 25 Oct 2018 13:39:30 +0100 Subject: [PATCH] Merge pull request #1043 from sharelatex/as-increase-heading-line-height Increase line-height of headings GitOrigin-RevId: 57d1c87f4c480fb6de0a1ca24f7e80edfe748a68 --- services/web/public/stylesheets/core/_common-variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/core/_common-variables.less b/services/web/public/stylesheets/core/_common-variables.less index f33b62456f..1deb094381 100644 --- a/services/web/public/stylesheets/core/_common-variables.less +++ b/services/web/public/stylesheets/core/_common-variables.less @@ -46,7 +46,7 @@ //** By default, this inherits from the ``. @headings-font-family: @font-family-serif; @headings-font-weight: 500; -@headings-line-height: 1.1; +@headings-line-height: 1.35; @headings-color: @gray-dark;