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;
.card {
width: 20vw;
width: 15vw;
height: 50vh;
padding: 3em;
padding: 3em 5em;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
.textfield{
width: 100%;
}
}
}
}