wip(css): update cards style to be more responsive

This commit is contained in:
Sylvain Tremblay 2024-03-01 15:45:32 -05:00
parent b6cfb2cc7d
commit 78d69a72f5

View File

@ -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;