diff --git a/css/common.css b/css/common.css index d820d0d..0b924c4 100644 --- a/css/common.css +++ b/css/common.css @@ -240,7 +240,6 @@ body { } .my-project .my-box .head .item.pitch { color: #000000; - width: 474px; flex: none; } .my-project .my-box .head .item.pitch.item-left { diff --git a/css/common.less b/css/common.less index caf5bac..da5479f 100644 --- a/css/common.less +++ b/css/common.less @@ -278,7 +278,7 @@ body { } &.pitch { color: #000000; - width: 474px; + // width: 474px; flex: none; &.item-left { padding-right: 80px;