From 0cd69d734681fa52d4cb1a9e85c8424f3ae78901 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 22 Sep 2016 12:28:51 +0200 Subject: [PATCH] Increased size of the logo's link --- wcfsetup/install/files/style/layout/pageHeader.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 { -- 2.20.1