wip(css): update cards style to be more responsive
This commit is contained in:
parent
b6cfb2cc7d
commit
78d69a72f5
@ -57,7 +57,12 @@ ol {
|
||||
.card-list {
|
||||
text-align: left;
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.card {
|
||||
flex: 1;
|
||||
min-width: 250px;
|
||||
max-width: 400px;
|
||||
border: solid 3px black;
|
||||
border-radius: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user