@@ -167,13 +167,16 @@ export default {
line-height: 30px;
}
.btn {
+ display: flex;
+ justify-content: center;
+ align-items: center;
background: #FE7D0B;
border-radius: 30px;
padding: 6px;
color: #fff;
text-align: center;
font-size: 12px;
- width: 360px;
+ max-width: 360px;
height: 46px;
margin: 0 auto;
margin-top: 30px;