Skip to content

Commit

Permalink
Added 'white-space: nowrap;' for footer and link container
Browse files Browse the repository at this point in the history
  • Loading branch information
alona-ruda committed Jun 21, 2024
1 parent abfbb60 commit 6689f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
color: var(--main-header-color);
text-transform: uppercase;
margin-bottom: 24px;
white-space: nowrap;
}

.link_text:hover {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@
font-weight: 400;
line-height: 150%;
letter-spacing: -0.14px;
white-space: nowrap;
}

0 comments on commit 6689f68

Please sign in to comment.