diff --git a/css/common.css b/css/common.css index 2032bb5..82dba5f 100644 --- a/css/common.css +++ b/css/common.css @@ -227,7 +227,7 @@ body { justify-content: space-between; } .my-project .my-box .head .item { - width: 400px; + width: 474px; font-size: 16px; color: #ffffff; position: relative; diff --git a/css/common.less b/css/common.less index 0343ce3..4a9cdf8 100644 --- a/css/common.less +++ b/css/common.less @@ -264,7 +264,8 @@ body { border-radius: 10px 10px 0 0; justify-content: space-between; .item { - width: 400px; + width: 474px; + // width: 400px; font-size: 16px; color: #ffffff; position: relative;