Skip to content

Commit

Permalink
Fix bug with list article display
Browse files Browse the repository at this point in the history
  • Loading branch information
leomet07 committed Mar 3, 2024
1 parent 2cefdc8 commit b348f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/ListArticleDisplay.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
object-fit: contain;
position: relative;
overflow: "hidden";
margin-left: 20px;
}

#list_view .image {
margin-left: 20px;
height: 135px;
width: auto;
object-fit: contain;
Expand All @@ -49,4 +49,4 @@

.authors {
font-family: var(--secondary-font);
}
}

0 comments on commit b348f88

Please sign in to comment.