Fix issue left by commit 061fe0a: delete margin (#536)

Since commit 061fe0a replaced the margin with gap in solution.css, the margin should be deleted in style.css as well.
This commit is contained in:
zhangsherry 2024-04-25 19:36:22 +08:00 committed by GitHub
parent c8a75cbf2a
commit aa74e3089d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,5 +23,4 @@ input {
border-radius: 16px;
padding: 8px 24px;
width: 400px;
margin-bottom: 16px;
}