Improve line-height.

This commit is contained in:
Paulo Reis 2017-03-01 11:12:24 +00:00
parent 960c0617d5
commit 8f26e80e8f

View file

@ -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;