fix(vip): fixed vip page css

This commit is contained in:
OldHawk
2018-05-25 15:08:53 +08:00
parent 200f5bce97
commit 6e7b287890

View File

@@ -1,10 +1,13 @@
@import (reference) "../../../core/client/less/mt-var.less";
.donate-button {
margin-top: 15px;
margin-top: 20px;
@media (max-width: @screen-xs-max) {
margin-top: 5px;
text-align: left !important;
margin-bottom: 10px;
.btn {
display: block;
width: 100%;
}
}
}