Skip to content

Commit 4a657ff

Browse files
committed
feat(CSS):remove border: black 1px solid; from .sliding-part CSS rule
1 parent 07b77c3 commit 4a657ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body {
3333
position: absolute;
3434
height: 530px;
3535
width: 400px;
36-
border: black 1px solid;
36+
3737
overflow: hidden;
3838
display: grid;
3939
grid-template-columns: repeat(4, 1fr);

0 commit comments

Comments
 (0)