File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import { Blurb } from "./Blurb";
77import useMedia from "use-media" ;
88import { Breadcrumbs } from "../Breadcrumbs" ;
99import { BookCount } from "../BookCount" ;
10+ import { standardBannerHeight } from "./StandardBannerLayout" ;
1011
1112export const ImageOnRightBannerLayout : React . FunctionComponent < {
1213 collection : ICollection ;
@@ -35,6 +36,7 @@ export const ImageOnRightBannerLayout: React.FunctionComponent<{
3536 css = { css `
3637 display : flex;
3738 flex-direction : row;
39+ max-height : ${ standardBannerHeight } ;
3840 ` }
3941 >
4042 < Blurb { ...props } hideTitle = { props . banner . hideTitle } />
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { Blurb } from "./Blurb";
99import { useMediaQuery } from "@material-ui/core" ;
1010import { BannerImageCredits } from "./ImageCreditsTooltip" ;
1111
12- export const standardBannerHeight = "260px " ;
12+ export const standardBannerHeight = "180px " ;
1313
1414export const StandardBannerLayout : React . FunctionComponent < {
1515 collection : ICollection ;
You can’t perform that action at this time.
0 commit comments