From: Marcel Werk Date: Thu, 22 Sep 2016 10:28:51 +0000 (+0200) Subject: Increased size of the logo's link X-Git-Tag: 3.0.0_Beta_1~35 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0cd69d734681fa52d4cb1a9e85c8424f3ae78901;p=GitHub%2FWoltLab%2FWCF.git Increased size of the logo's link --- diff --git a/wcfsetup/install/files/style/layout/pageHeader.scss b/wcfsetup/install/files/style/layout/pageHeader.scss index 15ec088b43..6303da966d 100644 --- a/wcfsetup/install/files/style/layout/pageHeader.scss +++ b/wcfsetup/install/files/style/layout/pageHeader.scss @@ -67,8 +67,8 @@ @include screen-lg { align-items: center; - padding-bottom: 40px; - padding-top: 40px; + padding-bottom: 30px; + padding-top: 30px; } @include screen-md-down { @@ -275,6 +275,11 @@ .pageHeaderLogoSmall { display: none; } + + > a { + display: block; + padding: 10px 0; + } } @include screen-md-down {