Skip to content

Commit a5aaae5

Browse files
authored
fix padding
1 parent 2a1535d commit a5aaae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

53-touch slider/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ body {
5656
background-color: #020202;
5757
color: #fff;
5858
text-decoration: none;
59-
padding: 1rem 1.5rem;
60-
border-radius: 30px;
59+
padding: 1rem 2rem;
60+
border-radius: 28px;
6161
}
6262

6363
.grabbing {

0 commit comments

Comments
 (0)