diff --git a/css/projectList.css b/css/projectList.css index 8e1d1ea..92c4ca3 100644 --- a/css/projectList.css +++ b/css/projectList.css @@ -202,8 +202,8 @@ } .boxbox .content .content-left .empty-box { flex-direction: column; - height: 100%; - color: #7F7F7F; + height: 300px; + color: #7f7f7f; } .boxbox .content .screen-box { width: 360px; diff --git a/css/projectList.less b/css/projectList.less index 42646ba..012fb64 100644 --- a/css/projectList.less +++ b/css/projectList.less @@ -238,8 +238,8 @@ .empty-box { flex-direction: column; - height: 100%; - color: #7F7F7F; + height: 300px; + color: #7f7f7f; } }