diff --git a/css/area_nav-breadcrumb.less b/css/area_nav-breadcrumb.less index f93008e..32835e0 100755 --- a/css/area_nav-breadcrumb.less +++ b/css/area_nav-breadcrumb.less @@ -30,6 +30,10 @@ } span.home { + margin-left: -.2rem; // reverse spacing in home icon --> content text and home icon aligned + .wide-content &{ + margin-left: .4rem; //toggle link has position absolute, hover on home icon needs more space than left padding of breadcrumb + } a { .fontello(); .hide-text-show-before(); diff --git a/css/area_togglelink.less b/css/area_togglelink.less index 4ff2ce4..a8ce7c6 100755 --- a/css/area_togglelink.less +++ b/css/area_togglelink.less @@ -10,6 +10,7 @@ position: absolute; top: 0px; bottom: -1px; + width: 2rem; left: -(@margin-default); z-index: 1; @media @screen_max-md{