Set border-radius to button to make them round

This commit is contained in:
Chun-MingChen
2018-10-07 17:20:27 +08:00
parent c0a1644d45
commit f066eaa9f6
+5
View File
@@ -39,3 +39,8 @@ footer.nav-footer {
.feature-block .blockImage img {
width: 48px;
}
.buttonWrapper a.button {
border-radius: 24px;
min-width: 64px;
}