This commit is contained in:
DaanoGames
2025-04-16 11:24:57 +02:00
parent e52d8097db
commit fe906ba3ad
5 changed files with 76 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ body {
margin-right: 10%;
}
.grid-container > div {
.grid-container > #item {
text-align: center;
height: fit-content;
width: 400px;
@@ -47,9 +47,4 @@ form {
.feedback {
font-size: 16px;
color: red;
}
.succes {
font-size: 16px;
color: green;
}