Commit 84147b2b authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'homepage-proj-descr-cutoff' into 'master'

Increase line height of project summaries

See merge request gitlab-org/gitlab-ce!24341
parents 99ee6c82 035a7864
...@@ -1025,8 +1025,10 @@ pre.light-well { ...@@ -1025,8 +1025,10 @@ pre.light-well {
margin: 0; margin: 0;
} }
@include media-breakpoint-up(md) { .description {
.description { line-height: 1.5;
@include media-breakpoint-up(md) {
color: $gl-text-color; 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