💄 improve buttons style in home page

This commit is contained in:
afc163 2019-10-06 14:27:04 +08:00 committed by 偏右
parent 140adc6015
commit f04c8a61eb

View File

@ -207,7 +207,7 @@
.text-wrapper {
min-height: 200px;
margin-top: 48px;
padding: 0 16px;
padding: 0;
h1 {
display: none;
}
@ -221,6 +221,11 @@
min-width: 100%;
white-space: nowrap;
text-align: center;
.banner-btn {
padding: 0 20px;
font-size: 14px;
}
}
}
}