Skip to content

Commit 08c3ddd

Browse files
committed
feat(CSS): change .sliding-part and .screen height
1 parent 5050687 commit 08c3ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ body {
2929
}
3030

3131
.sliding-part {
32-
height: 550px;
32+
height: 530px;
3333
width: 400px;
3434
border: black 1px solid;
3535
border-radius: 15px;
@@ -62,7 +62,7 @@ body {
6262
}
6363

6464
.screen {
65-
height: 50px;
65+
height: 70px;
6666
grid-column-start: 1;
6767
grid-column-end: 5;
6868
border-radius: 15px;

0 commit comments

Comments
 (0)