diff --git a/Plan/common/src/main/resources/assets/plan/web/css/sb-admin-2.css b/Plan/common/src/main/resources/assets/plan/web/css/sb-admin-2.css index 092a345d1..a0d365b2a 100644 --- a/Plan/common/src/main/resources/assets/plan/web/css/sb-admin-2.css +++ b/Plan/common/src/main/resources/assets/plan/web/css/sb-admin-2.css @@ -12110,42 +12110,23 @@ a:focus { .chart-area { position: relative; - height: 12rem; + height: 22rem; width: 100%; padding: 0.5rem; text-align: center; } - -@media (min-width: 768px) { - .chart-area { - height: 22rem; - } -} - .chart-bar { position: relative; - height: 10rem; + height: 20rem; width: 100%; } -@media (min-width: 768px) { - .chart-bar { - height: 20rem; - } -} - .chart-pie { position: relative; - height: 15rem; + height: calc(20rem - 43px); width: 100%; } -@media (min-width: 768px) { - .chart-pie { - height: calc(20rem - 43px) !important; - } -} - .bg-login-image { background: url("https://source.unsplash.com/K4mSJ7kc0As/600x800"); background-position: center;