diff --git a/src/components/DashboardLayout/style.less b/src/components/DashboardLayout/style.less index 8a1d518..2eb74fe 100644 --- a/src/components/DashboardLayout/style.less +++ b/src/components/DashboardLayout/style.less @@ -73,12 +73,12 @@ } .top-all{ - background: url("../../../public/assets/top-all.png") 0 50px no-repeat; + background: url("../../../public/assets/top-all.png") 0 0 no-repeat; background-size: contain; - width: 1240px; - height: 159px; + width: 43%; + height: 9.5%; position: absolute; - top: 120px; + top: 12%; z-index: 100; zoom: 0.5; left: 28%;