diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index bb3aba559b..41132c6a0f 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -518,10 +518,10 @@ } } -@media all and (min-width: 1600px) { +@media all and (min-width: 1400px) { .homePageSmallBackdropCard { - width: 16.666666666666666666666666666667%; + width: 20%; } } diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index e2cdcb3e84..e525597366 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -116,14 +116,14 @@ @media all and (min-width: 1200px) { .ehsContent { - width: 94%; + width: 96%; } } @media all and (min-width: 1920px) { .ehsContent { - width: 96%; + width: 97%; } }