Skip to content

Commit

Permalink
minor style fixes in company card
Browse files Browse the repository at this point in the history
  • Loading branch information
Lvyshnevska committed Nov 29, 2024
1 parent 3772b0d commit 715b8b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions FrontEnd/src/components/CompanyCard/CompanyCard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
display: flex;
flex-direction: row;
justify-content: space-between;
width: 302px;
padding-left: 13px;
padding-bottom: 2px;
}
Expand Down Expand Up @@ -144,7 +143,7 @@
width: 50px;
height: 50px;
background: var(--company-card-color);
border-radius: 9999px;
border-radius: 50%;
border: 1px solid var(--grey-border-color);
position: absolute;
right: 20px;
Expand All @@ -154,7 +153,7 @@
.company-card__logo-image {
width: 50px;
height: 50px;
border-radius: 9999px;
border-radius: 50%;
background: var(--company-card-color);
object-fit: cover;
}
Expand Down

0 comments on commit 715b8b8

Please sign in to comment.