Skip to content

Commit

Permalink
updated styling for work cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Mabast1 committed Aug 8, 2022
1 parent a00a3f1 commit dbba7a7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/container/Work/Work.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.app__work-filter {
display: flex;
flex-direction: row;
justify-content: flex-start;
justify-content: center;
align-items: center;
flex-wrap: wrap;

Expand Down Expand Up @@ -51,6 +51,7 @@

.app__work-item {
width: 270px;
height: 430px;
flex-direction: column;
margin: 2rem;
padding: 1rem;
Expand Down Expand Up @@ -141,6 +142,12 @@
text-decoration: none;
}

p {
overflow: hidden;
text-overflow: ellipsis;
max-height: 120px;
}

h4 {
margin-top: 1rem;
line-height: 1.5;
Expand Down

1 comment on commit dbba7a7

@vercel
Copy link

@vercel vercel bot commented on dbba7a7 Aug 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checks for Deployment have failed

Please sign in to comment.