diff --git a/css/details.css b/css/details.css index 6ea4557..b9622db 100644 --- a/css/details.css +++ b/css/details.css @@ -568,11 +568,11 @@ color: #000000; font-family: "Arial-Black", "Arial Black", sans-serif; font-weight: 900; - margin-bottom: 14px; } .content .details-box .application-schedule .list .time .item .value { font-size: 14px; color: #555555; + margin-top: 14px; } .content .details-box .application-schedule .application-else { background-color: #f6f6f6; diff --git a/css/details.less b/css/details.less index d150fa3..15d2013 100644 --- a/css/details.less +++ b/css/details.less @@ -638,12 +638,12 @@ color: #000000; font-family: "Arial-Black", "Arial Black", sans-serif; font-weight: 900; - margin-bottom: 14px; } .value { font-size: 14px; color: #555555; + margin-top: 14px; } } }