site/components/arcade/showcase/create-card.module.css
2024-08-16 13:09:41 -04:00

14 lines
No EOL
279 B
CSS

.card{
flex: 1;
break-inside: avoid;
position: relative;
background-size: cover;
background-position: center;
overflow: hidden;
min-width: 100px;
display: flex;
flex-direction: column;
align-items: left;
justify-content: flex-start;
}