Skip to content

Commit

Permalink
new style.css file
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshitaKatariya authored Mar 3, 2024
1 parent ec303fd commit 7092183
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
padding: 10px;
display: flex;
justify-content: center;
position: fixed;
/* position: fixed; */
}
.todo{
width: 40rem;
min-height: 30rem;
min-height: 15rem;
background-color: white;
margin: 10rem;
border-radius: 0.8rem;
Expand All @@ -35,6 +35,7 @@
width: 25rem;
min-height: 10rem;
}
}
.todo h2{
font-size: 1.5rem;
margin-top: 0.5rem;
Expand Down

0 comments on commit 7092183

Please sign in to comment.