mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Fix awkward project thumbnail layout issues
This commit is contained in:
parent
304c456de9
commit
6de19b0450
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue