diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 5886638902..4243926634 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -789,9 +789,6 @@ a.itemTag:hover { } @media all and (min-width: 1920px) { - .ehsContent { - max-width: 1540px; - } } .detailPageParentLink { diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index 27cc75e86f..deb0ac01bb 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -320,19 +320,19 @@ @media all and (min-width: 1920px) { - .squarePosterItem { - width: 204px; - } - - .squarePosterItem .posterItemImage { - height: 204px; - } - .portraitPosterItem { - width: 164px; + width: 160px; } .portraitPosterItem .posterItemImage { - height: 246px; + height: 240px; + } + + .squarePosterItem { + width: 184px; + } + + .squarePosterItem .posterItemImage { + height: 184px; } }