fix price row alignment issue. code review by XWG
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -181,8 +181,8 @@ $basicBtnC:#eb0313; | @@ -181,8 +181,8 @@ $basicBtnC:#eb0313; | ||
181 | min-height: pxToRem(83px); | 181 | min-height: pxToRem(83px); |
182 | font-size: pxToRem(28px); | 182 | font-size: pxToRem(28px); |
183 | color: #fff; | 183 | color: #fff; |
184 | - padding-left: pxToRem(25px); | ||
185 | - padding-right: pxToRem(25px); | 184 | + padding-left: pxToRem(28px); |
185 | + padding-right: pxToRem(28px); | ||
186 | line-height: pxToRem(36px); | 186 | line-height: pxToRem(36px); |
187 | background-color: #515150; | 187 | background-color: #515150; |
188 | } | 188 | } |
-
Please register or login to post a comment