diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index bb3aba559..41132c6a0 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 e2cdcb3e8..e52559736 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%; } }