Shop header: Fix logo link outline to contain image (Z#23115320)

This commit is contained in:
Richard Schreiber
2023-01-26 07:41:50 +01:00
committed by GitHub
parent acc34c29f7
commit ce79647289
3 changed files with 5 additions and 2 deletions

View File

@@ -19,6 +19,9 @@
height: auto;
}
}
.pager-header-with-logo a {
display: inline-block;
}
.main-box {
background: $main-box-bg;