Change vertical margin of page titles to 16px

This commit is contained in:
Winnie Hellmann 2018-09-24 18:16:24 +02:00
parent 57c27b7c01
commit 4e751964fe
2 changed files with 6 additions and 1 deletions

View File

@ -286,7 +286,7 @@ body {
}
.page-title {
margin-top: $gl-padding;
margin: #{2 * $grid-size} 0;
line-height: 1.3;
font-size: 1.25em;
font-weight: $gl-font-weight-bold;

View File

@ -0,0 +1,5 @@
---
title: Change vertical margin of page titles to 16px
merge_request: 21888
author:
type: changed