From 6d74eeeb64270035a6ea3101bb135a821ea1892b Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Wed, 1 Mar 2017 11:12:24 +0000 Subject: [PATCH] Improve line-height. --- services/web/public/stylesheets/app/error-pages.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/public/stylesheets/app/error-pages.less b/services/web/public/stylesheets/app/error-pages.less index f677cc554f..ada2bb5338 100644 --- a/services/web/public/stylesheets/app/error-pages.less +++ b/services/web/public/stylesheets/app/error-pages.less @@ -23,8 +23,7 @@ color: @red; margin-bottom: @line-height-computed; } - .error-status, - .error-description { + .error-status { font-family: @font-family-serif; margin-bottom: (@line-height-computed / 4); line-height: 1; @@ -32,6 +31,7 @@ font-size: @font-size-h1; } .error-description { + font-family: @font-family-serif; font-size: @font-size-h3; color: @gray-light; margin-bottom: @line-height-computed * 2;