Fix awkward project thumbnail layout issues

This commit is contained in:
Paul Kaplan 2021-05-14 12:22:02 -04:00
parent 304c456de9
commit 6de19b0450

View file

@ -129,6 +129,9 @@ $radius: 8px;
background: #a0c6fc;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
}
.studio-project-bottom {
display: flex;