Skip to content

Commit

Permalink
style: update
Browse files Browse the repository at this point in the history
  • Loading branch information
tauanecustodio committed Oct 23, 2024
1 parent c4b4970 commit 8ac8224
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ body {
}

.contacts-table__body tr {
font-size: 0.94rem;
cursor: default;
}

Expand All @@ -152,12 +153,8 @@ body {
background: var(--quaternary-color);
}

.contacts-table__foot tr td:first-of-type {
text-align: start;
}

.contacts-table__foot tr td:last-of-type {
text-align: end;
.contacts-table__foot tr td {
text-align: center;
}
/* -----------------------------footer----------------------------- */

Expand Down Expand Up @@ -188,7 +185,7 @@ body {
background-color: var(--light-background);
padding: 1rem;
border-radius: 4px;
min-width: 330px;
min-width: 360px;
}

#form-add-contacts {
Expand Down

0 comments on commit 8ac8224

Please sign in to comment.