diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-02 14:43:23 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-02 14:43:23 +0100 |
commit | 58dad2a9dadea647b5665e1de6a6e997484b96b1 (patch) | |
tree | c0ae543eb71496fcbd3cb9fe0e20b104caf7a302 | |
parent | 09e712c0fb721059e4b2619eb9fc104257fc492d (diff) | |
download | gitlab-ce-58dad2a9dadea647b5665e1de6a6e997484b96b1.tar.gz |
Remove bottom margin from page-titles
-rw-r--r-- | app/assets/stylesheets/framework/typography.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index 2c4a58c8db1..aef338cfa56 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -181,6 +181,10 @@ body { line-height: 1.3; font-size: 1.25em; font-weight: 600; + + &:last-child { + margin-bottom: 0; + } } .page-title-empty { |