adjust css for cards

This commit is contained in:
xenofem 2024-02-06 14:14:00 -05:00
parent 7a63c27702
commit 9cc51ace4a

View file

@ -77,8 +77,10 @@ body {
.card {
background: #333;
padding: 10px;
flex-basis: 40%;
flex-grow: 1;
max-width: 360px;
min-width: min(240px,90%);
text-align: center;
font-weight: bold;
font-size: 18px;