Increase line height of project summaries

Taller letters like "g" were getting
slightly cutoff before.
This commit is contained in:
gfyoung 2019-01-12 00:09:11 -08:00
parent 2abbfda301
commit 035a7864c9
2 changed files with 9 additions and 2 deletions

View File

@ -1025,8 +1025,10 @@ pre.light-well {
margin: 0;
}
@include media-breakpoint-up(md) {
.description {
.description {
line-height: 1.5;
@include media-breakpoint-up(md) {
color: $gl-text-color;
}
}

View File

@ -0,0 +1,5 @@
---
title: Increase line height of project summaries
merge_request:
author: gfyoung
type: fixed