diff --git a/css/common.css b/css/common.css index f359d08..4c8e45b 100644 --- a/css/common.css +++ b/css/common.css @@ -221,6 +221,9 @@ body { border-bottom: 1px solid #ebebeb; justify-content: space-between; } +.my-project .my-box .contrast-box .left .hint .text { + font-size: 14px; +} .my-project .my-box .contrast-box .left .hint .btn .delete { width: 64px; height: 32px; diff --git a/css/common.less b/css/common.less index 98d7eda..adc252b 100644 --- a/css/common.less +++ b/css/common.less @@ -244,6 +244,9 @@ body { padding: 25px 30px 20px; border-bottom: 1px solid rgb(235, 235, 235); justify-content: space-between; + .text { + font-size: 14px; + } .btn { .delete { width: 64px;