默认提交
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -44,9 +44,10 @@ | ... | @@ -44,9 +44,10 @@ |
| 44 | color: $cOrange; | 44 | color: $cOrange; |
| 45 | text-align: center; | 45 | text-align: center; |
| 46 | margin: 1.666667rem auto 0 auto; | 46 | margin: 1.666667rem auto 0 auto; |
| 47 | letter-spacing: 1.1px; | ||
| 47 | 48 | ||
| 48 | span { | 49 | span { |
| 49 | margin: 0 .333333rem; | 50 | // margin: 0 .333333rem; |
| 50 | } | 51 | } |
| 51 | } | 52 | } |
| 52 | 53 | ||
| ... | @@ -101,11 +102,10 @@ | ... | @@ -101,11 +102,10 @@ |
| 101 | flex-wrap: wrap; | 102 | flex-wrap: wrap; |
| 102 | 103 | ||
| 103 | &-name { | 104 | &-name { |
| 104 | // font-size: 1.333333rem; | ||
| 105 | font-weight: 600; | 105 | font-weight: 600; |
| 106 | text-align: left; | 106 | text-align: left; |
| 107 | color: $cOrange; | 107 | color: $cOrange; |
| 108 | padding-left: 15px; | 108 | // padding-left: 15px; |
| 109 | } | 109 | } |
| 110 | 110 | ||
| 111 | .ipt-date { | 111 | .ipt-date { | ... | ... |
-
Please register or sign in to post a comment