added interest and code cleanup

This commit is contained in:
2024-12-10 19:35:41 +01:00
parent 7ea755a8ac
commit 233775b560
2 changed files with 11 additions and 11 deletions

View File

@@ -20,6 +20,9 @@ body {
margin: 0;
height: 100vh;
width: 100vw;
min-height: var(--height);
min-width: var(--width);
}
.card-container {