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

Skip to content

Commit 5df210b

Browse files
committed
button radius
1 parent a851238 commit 5df210b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/reset.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,8 @@ button {
510510
height: 200px !important;
511511
vertical-align: top;
512512
color: #585858;
513-
border: 2px solid #C4C4C4;
513+
border: 1px solid #C4C4C4;
514+
border-radius:5px;
514515
}
515516

516517
button:hover {

0 commit comments

Comments
 (0)