Commit 035a7864 authored by gfyoung's avatar gfyoung

Increase line height of project summaries

Taller letters like "g" were getting
slightly cutoff before.
parent 2abbfda3
......@@ -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;
}
}
......
---
title: Increase line height of project summaries
merge_request:
author: gfyoung
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment