fix card height

This commit is contained in:
AnisHADJARAB 2024-12-19 10:43:31 +00:00
parent bcf405e3c5
commit cd58efb6d5
2 changed files with 2 additions and 4 deletions

View File

@ -362,8 +362,7 @@ body {
flex-direction: column;
align-items: center;
text-align: center;
min-height: 40vh;
max-height: 60vh;
height: 60vh;
justify-content: flex-start;
padding: 1rem;
overflow-y: auto;

View File

@ -362,8 +362,7 @@ h1 {
flex-direction: column;
align-items: center;
text-align: center;
min-height: 40vh;
max-height: 60vh;
height: 60vh;
justify-content: flex-start;
padding: 1rem;
overflow-y: auto;