summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-09-26 19:40:22 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-09-26 19:40:22 +0000
commit08133111cef2f8bcc3847bfc27ac411b889dc2b7 (patch)
tree1834c3c6356564d1aa08b9801c4c30f200c7a6f9 /app/assets/stylesheets
parent4586d77c85647063675108b0dcdcfebed0c890ca (diff)
parent4e751964fe8f98ab9920c0e5452a228223dbe77d (diff)
downloadgitlab-ce-08133111cef2f8bcc3847bfc27ac411b889dc2b7.tar.gz
Merge branch 'winh-page-title-margin' into 'master'
Change vertical margin of page titles to 16px See merge request gitlab-org/gitlab-ce!21888
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/typography.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 0c1b8b92de3..6d891e21556 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -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;