Decreased line height for page title
authorAlexander Ebert <ebert@woltlab.com>
Thu, 7 Apr 2016 17:26:38 +0000 (19:26 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 8 Apr 2016 10:52:49 +0000 (12:52 +0200)
wcfsetup/install/files/style/bootstrap/mixin/font.scss

index 6523d1413092392a61a87fd553cbec6daa3c1dc1..85cf6079ee10be62d88cd4f7e910ea07ef89a51c 100644 (file)
@@ -54,7 +54,7 @@
 
 @mixin wcfFontTitle {
        font-weight: 300;
-       line-height: 1.28;
+       line-height: 1;
        
        @include large-screen-only {
                font-size: $wcfFontSizeTitle;