File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
psammead/psammead-brand/src Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import { RequestContext } from '../../../contexts/RequestContext';
99const StyledBrand = styled ( Brand ) `
1010 position: relative;
1111 z-index: 1;
12- padding-block-start: 0.5rem;
1312 svg {
1413 fill: currentColor;
1514 @media screen and (forced-colors: active) {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const SIZE_OF_BRAND_LINK_WITH_VARIANT_BELOW_239PX = '2.625rem';
2121const TRANSPARENT_BORDER = `0.0625rem solid transparent` ;
2222
2323const SvgWrapper = styled . div `
24- height: auto ;
24+ height: 100% ;
2525 position: relative;
2626 display: flex;
2727 justify-content: space-between;
@@ -40,8 +40,7 @@ const SvgWrapper = styled.div`
4040
4141const Banner = styled . div `
4242 background-color: ${ props => props . theme . palette . BRAND_BACKGROUND } ;
43- min-height: ${ 44 / 16 } rem;
44- height: auto;
43+ height: ${ 44 / 16 } rem;
4544 width: 100%;
4645 padding: 0 ${ GEL_SPACING } ;
4746
You can’t perform that action at this time.
0 commit comments