Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d860d8b

Browse files
committed
margin fix?
1 parent 7d91a3c commit d860d8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/css/reset.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,11 @@ blockquote {
493493
}
494494

495495
button {
496+
margin-left: 1.45rem;
497+
margin-right: 1.45rem;
498+
margin-top: 0;
499+
margin-bottom: 1.45rem;
496500
border-radius:5px;
497-
margin-right:1px;
498501
padding-bottom: 12px;
499502
padding-left: 12px;
500503
padding-right: 4px;

0 commit comments

Comments
 (0)