Skip to content

Commit

Permalink
fixed profile page styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Lvyshnevska committed Nov 27, 2024
1 parent d426cb6 commit 0099676
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.data-block_render-contact,
.data-content_render-data {
display: flex;
width: 345px;
width: 343px;
flex-direction: column;
align-items: flex-start;
gap: 6px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
.title-block__content-info {
display: flex;
flex-direction: column;
width: 345px;
width: 343px;
padding: 24px 16px;
}

Expand Down Expand Up @@ -104,14 +104,15 @@
.title-block__button {
display: flex;
height: 46px;
width: 345px;
width: 343px;
justify-content: center;
align-items: center;
gap: 4px;
border-radius: 4px;
border: 1px solid var(--profile-detail-title-color-company-button);
cursor: pointer;
padding: 7px 16px;
box-sizing: border-box;
}

.title-block__button--text {
Expand Down

0 comments on commit 0099676

Please sign in to comment.