Skip to content

Commit

Permalink
fixed todoItem ui
Browse files Browse the repository at this point in the history
  • Loading branch information
tonni004 committed Nov 13, 2024
1 parent bb482a4 commit 621bcf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ body {
margin: 0 auto;
}

ul {
padding-left: 0;
}

.notification {
transition-property: opacity, min-height;
transition-duration: 1s;
Expand Down

0 comments on commit 621bcf3

Please sign in to comment.