Skip to content

Commit

Permalink
Changes Phonebook, ContactList, ContactItem(module.css)
Browse files Browse the repository at this point in the history
  • Loading branch information
WOWmasterJulia committed Oct 19, 2023
1 parent 6903531 commit 45c9359
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions src/components/ContactItem/ContactItem.module.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.list_item {
display: flex;
align-items: center;
column-gap: 10px;
column-gap: 30px;
color: white;
margin-bottom: 10px;
/* padding-left: 120px;
padding-right: 120px;; */
padding-right: 120px; */
}

.delete_btn {
Expand All @@ -15,6 +16,7 @@

margin: 0;
margin-left: auto;


background-color: white;
border: 2px #21d4fd solid;
Expand Down
7 changes: 4 additions & 3 deletions src/components/ContactList/ContactList.module.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.contacts_list {
display: flex;
/* flex-direction: column; */
align-items: center;
flex-direction: column;
justify-content: center;
row-gap: 15px;
padding-left: 0;
/* row-gap: 15px;
padding-left: 0; */

}
2 changes: 1 addition & 1 deletion src/pages/Phonebook.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
rgba(204, 100, 254, 1) 0%,
rgba(255, 100, 124, 1) 100%
);
margin: 50px auto 0;
margin: 50px auto ;
padding-top: 40px;
padding-bottom: 40px;
border-radius: 15px;
Expand Down

0 comments on commit 45c9359

Please sign in to comment.