Skip to content

Commit

Permalink
Merge pull request #689 from ita-social-projects/#664-UpdadeStylesInT…
Browse files Browse the repository at this point in the history
…heFooter

#664 updade styles in the footer
  • Loading branch information
OlesiaBarannik authored Jul 17, 2024
2 parents c774e66 + 5212b12 commit 328a691
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@
font-weight: 400;
line-height: 20px;
letter-spacing: -0.14px;
width: fit-content;
white-space: nowrap;
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
.footer-top-content {
display: flex;
align-items: flex-start;
gap: 180px;
gap: 80px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
text-align: center;
}

p {
.rules-modal p {
margin-bottom: 24px;
font-size: 14px;
line-height: 22px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
line-height: 20px;
letter-spacing: -0.14px;
text-decoration-line: underline;
cursor: pointer;
}

.rules__checkbox {
Expand Down

0 comments on commit 328a691

Please sign in to comment.