Skip to content

Commit

Permalink
correções
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardokenzinho committed Aug 23, 2024
1 parent 3e9ce55 commit 2e4c8f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ body {
.header__content {
display: flex;
justify-content: space-evenly;
margin: 10px;
}

.header__title {
Expand Down Expand Up @@ -107,6 +108,9 @@ body {

.tasks__container{
margin-top: 20px;
margin-bottom: 50px;
width: 475px;
height: 470px;
}

.task-info__container{
Expand Down Expand Up @@ -144,6 +148,7 @@ body {
}

.form__container {
margin-top: 20px;
padding: 20px;
border-radius: 10px;
background-color:white;
Expand Down

0 comments on commit 2e4c8f1

Please sign in to comment.