Improve UI and store settings in cookies

This commit is contained in:
2026-03-14 23:39:08 +01:00
parent 17aeb5ad55
commit 59909032d0
3 changed files with 28 additions and 7 deletions

View File

@@ -168,6 +168,7 @@ body {
grid-template-columns: repeat(auto-fill, 150px);
gap: 20px;
justify-content: center;
margin: 25px 0;
}
.image-box {
@@ -179,7 +180,7 @@ body {
}
.image-box:hover {
transform: scale(3);
transform: scale(1.2);
border-radius: 8px;
}