Commit 07f07c45 authored by Simon Knox's avatar Simon Knox

Reduce padding underneath project description

Using padding instead of margin meant if we had elements
in the description that added margin-bottom (such as p
tags), then we'd get that padding PLUS an extra 1rem from
the project-home-panel.
parent 74448448
......@@ -143,8 +143,8 @@
.group-home-panel,
.project-home-panel {
padding-top: $gl-padding;
padding-bottom: $gl-padding;
margin-top: $gl-padding;
margin-bottom: $gl-padding;
.home-panel-avatar {
width: $home-panel-title-row-height;
......
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