Skip to content

Commit 3c103cc

Browse files
committed
style: changed border-radius
1 parent f2f4fec commit 3c103cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: css/style.css

+4-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body {
3131
margin: 0 auto;
3232
box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, 0.649);
3333
display: flex;
34-
border-radius: 20px;
34+
border-radius: 10px;
3535
overflow: hidden;
3636
}
3737

@@ -167,4 +167,6 @@ button {
167167

168168
#invert {
169169
margin: 0 20px;
170-
}
170+
}
171+
172+

0 commit comments

Comments
 (0)