Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
more responsive in mobile screen
  • Loading branch information
HarshitaKatariya authored Mar 3, 2024
1 parent fb8996b commit ec303fd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
.todo{
width: 40rem;
height: 30rem;
min-height: 30rem;
background-color: white;
margin: 10rem;
border-radius: 0.8rem;
Expand All @@ -29,9 +29,12 @@
/* align-items: center; */
color: rgb(239, 105, 116);
position: relative;


}
@media(max-width:800px){
.todo{
width: 25rem;
min-height: 10rem;
}
.todo h2{
font-size: 1.5rem;
margin-top: 0.5rem;
Expand Down Expand Up @@ -108,4 +111,4 @@ ul li span{
}
ul li span:hover{
background-color:#edeef0;
}
}

0 comments on commit ec303fd

Please sign in to comment.