remove text-align css on .center-block, add text-align:center on button wrap
@d42c840fa4cc2a61759cd6bb7e6f3cc94252d0c6
--- app/assets/stylesheets/less/_mixins.less
+++ app/assets/stylesheets/less/_mixins.less
... | ... | @@ -132,7 +132,6 @@ |
132 | 132 |
display: block; |
133 | 133 |
margin-left: auto; |
134 | 134 |
margin-right: auto; |
135 |
- text-align:center; |
|
136 | 135 |
} |
137 | 136 |
|
138 | 137 |
.inline-block(@important: ""){ |
--- app/assets/stylesheets/less/_page.less
+++ app/assets/stylesheets/less/_page.less
... | ... | @@ -1357,6 +1357,8 @@ |
1357 | 1357 |
width: 384px; |
1358 | 1358 |
margin-bottom: 73px; |
1359 | 1359 |
.center-block; |
1360 |
+ text-align:center; |
|
1361 |
+ |
|
1360 | 1362 |
} |
1361 | 1363 |
} |
1362 | 1364 |
|
... | ... | @@ -1389,6 +1391,8 @@ |
1389 | 1391 |
width: 227px; |
1390 | 1392 |
.center-block; |
1391 | 1393 |
margin-bottom: 50px; |
1394 |
+ text-align:center; |
|
1395 |
+ |
|
1392 | 1396 |
} |
1393 | 1397 |
} |
1394 | 1398 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?