Skip to content

Commit

Permalink
feat(CSS): change .sliding-part and .screen height
Browse files Browse the repository at this point in the history
  • Loading branch information
josueJURE committed Dec 26, 2023
1 parent 5050687 commit 08c3ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ body {
}

.sliding-part {
height: 550px;
height: 530px;
width: 400px;
border: black 1px solid;
border-radius: 15px;
Expand Down Expand Up @@ -62,7 +62,7 @@ body {
}

.screen {
height: 50px;
height: 70px;
grid-column-start: 1;
grid-column-end: 5;
border-radius: 15px;
Expand Down

0 comments on commit 08c3ddd

Please sign in to comment.