changed slightly the style of the pages

This commit is contained in:
Karma Riuk 2022-10-20 09:05:17 +02:00
parent f8be8ba9a3
commit d4b582c7c8

View File

@ -5,13 +5,17 @@ main {
align-items: center; align-items: center;
.card { .card {
width: 20vw; width: 15vw;
height: 50vh; height: 50vh;
padding: 3em; padding: 3em 5em;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: space-around; justify-content: space-around;
.textfield{
width: 100%;
}
} }
} }