Skip to content

Commit d4ae476

Browse files
committed
update button style
1 parent ff6ea57 commit d4ae476

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,19 @@
4747
.hero-buttons a {
4848
display: inline-block;
4949
text-decoration: none;
50-
width: 120px;
5150
height: 36px;
5251
line-height: 36px;
5352
border-radius: 36px;
5453
}
5554
.btn-begin {
56-
padding: 0 10px;
55+
padding: 0 20px;
56+
min-width: 80px;
5757
color: white;
5858
background-color: #6190E8;
5959
}
6060
.btn-github {
6161
margin-left: 36px;
62+
width: 120px;
6263
color: #6190E8;
6364
border: 1px solid #6190E8;
6465
}

0 commit comments

Comments
 (0)