adjust height of card

This commit is contained in:
akcodez
2025-06-10 15:17:28 -07:00
parent 603bcd9106
commit f161bd0331
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1587,7 +1587,7 @@ html.light {
flex-direction: column; flex-direction: column;
justify-content: flex-start; justify-content: flex-start;
padding: 40px; padding: 40px;
height: 430px; height: 310px;
width: 352px; width: 352px;
} }