mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
14 lines
No EOL
279 B
CSS
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;
|
|
|
|
} |