Fixed card CSS and hint

This commit is contained in:
fedyna-k
2025-01-15 23:51:54 +01:00
parent 8eb8174755
commit ce944c8d92
11 changed files with 82 additions and 25 deletions
+7
View File
@@ -48,3 +48,10 @@
transform: scaleY(1);
transform-origin: top;
}
@media screen and (max-width: 1024px) {
#app {
grid-template-rows: auto 1fr;
grid-template-columns: none;
}
}