style: fix css override

This commit is contained in:
charlie
2020-12-17 22:08:33 +08:00
parent 4036e3190a
commit 544f5f52bb
3 changed files with 3 additions and 2 deletions

View File

@@ -17,12 +17,13 @@
> .it {
display: flex;
justify-content: center;
padding-top: 5px;
padding-bottom: 5px;
button {
width: 90%;
justify-content: center;
padding: 15px;
padding: 15px 0;
}
}
}